]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Update versions to 1.12 everywhere 1.12
authorPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 16 Dec 2021 10:26:56 +0000 (11:26 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 16 Dec 2021 10:26:56 +0000 (11:26 +0100)
autorandr.py
contrib/packaging/rpm/autorandr.spec
setup.py

index 3e1788284add3e64078f70ce4289751e39a8d02b..73ae1dce2092d80e5774a91bca2ab48bb1c6a5e4 100755 (executable)
@@ -53,7 +53,7 @@ if sys.version_info.major == 2:
 else:
     import configparser
 
-__version__ = "1.11"
+__version__ = "1.12"
 
 try:
     input = raw_input
index ae6ece8eed2f07640e3dfb5236ef3c452d497ec2..efb3c4f9f76aadc2622f3caba2c74f4ac02d0e2f 100644 (file)
@@ -1,5 +1,5 @@
 Name:           autorandr
-Version:        1.11
+Version:        1.12
 Release:        %autorelease
 Summary:        Automatically select a display configuration based on connected devices
 
index dff8ac92e6c2e06f72646c4f4f58595704b035a5..c3f18586c707d205707d106bb2d599f56d2a08b4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except:
 setup(
     name='autorandr',
 
-    version='1.11.post1',
+    version='1.12.post1',
 
     description='Automatically select a display configuration based on connected devices',
     long_description=long_description,