]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Version bump: autorandr-1.6 1.6
authorPhillip Berndt <phillip.berndt@googlemail.com>
Fri, 20 Jul 2018 06:47:39 +0000 (08:47 +0200)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Fri, 20 Jul 2018 06:47:39 +0000 (08:47 +0200)
README.md
autorandr.py
setup.py

index 64aba74c79d715869124383c7ee20bca8fcedaa2..27cb2893e8a7e7e51f0642a13da9aaa69535b5f0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -210,6 +210,8 @@ profiles matching multiple (or any) monitors.
 
 ## Changelog
 
+**autorandr 1.6**
+
 * *2018-04-19* Bugfix: Do not load default profile unless --change is set
 * *2018-04-30* Added a `AUTORANDR_MONITORS` variable to hooks (by @bricewge, #106)
 * *2018-06-29* Fix detection of current configuration if extra monitors are active
index c0ed5e17ffd40facaef5909ced73b09b5e22625f..4187932632c1bb008c3d88cad62a31f1f1912611 100755 (executable)
@@ -48,7 +48,7 @@ if sys.version_info.major == 2:
 else:
     import configparser
 
-__version__ = "1.5"
+__version__ = "1.6"
 
 try:
     input = raw_input
index 28562ec3d805080c65b4088b98dc18b390b37156..4309c15fe3e3e4b306612b0bbaa204c037d097df 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except:
 setup(
     name='autorandr',
 
-    version='1.5-1',
+    version='1.6-1',
 
     description='Automatically select a display configuration based on connected devices',
     long_description=long_description,