]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
autorandr 1.2 1.2
authorPhillip Berndt <phillip.berndt@googlemail.com>
Fri, 13 Oct 2017 12:42:12 +0000 (14:42 +0200)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Fri, 13 Oct 2017 12:42:12 +0000 (14:42 +0200)
README.md
setup.py

index b872d63856f9bf5a5d8077f91168f303eedb1f09..dc7ee93b99673babefc6c8abc1f1c36e1021d8d7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -144,6 +144,8 @@ The most useful one is `$AUTORANDR_CURRENT_PROFILE`.
 
 ## Changelog
 
+**autorandr 1.2**
+
 * *2017-07-16* Skip `--panning` unless it is required (See #72)
 * *2017-10-13* Add `clone-largest` virtual profile
 
index 33339ce6dad1312c4f5f708f80d54c2150cd85bd..b4ab17330b3643ebb1f75eda4e1d8bb0628f0f8c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except:
 setup(
     name='autorandr',
 
-    version='1.1-4',
+    version='1.2-1',
 
     description='Automatically select a display configuration based on connected devices',
     long_description=long_description,