]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Point release 1.10.1 1.10.1
authorPhillip Berndt <phillip.berndt@googlemail.com>
Mon, 4 May 2020 07:23:05 +0000 (09:23 +0200)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Mon, 4 May 2020 07:23:05 +0000 (09:23 +0200)
This reverts making autorandr-launcher the default and fixes the most
obvious issues. See #195 for why.

README.md
autorandr.py
setup.py

index 0f2012e2ffb1f7ff345f748857c01c2c9bf95eb2..b1cc76de5f0fd23a170879ac2139438c60cbe00a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -214,6 +214,9 @@ profiles matching multiple (or any) monitors.
 
 ## Changelog
 
+**autorandr 1.10.1**
+* *2020-05-04* Revert making the launcher the default (fixes #195)
+
 **autorandr 1.10**
 * *2020-04-23* Fix hook script execution order to match description from readme
 * *2020-04-11* Handle negative gamma values (fixes #188)
index f7356a08a56bd99c67c8076ec6e4d56ed0cb62a5..824a7dbae0e52fca4deb79349c034e70e8ba1da1 100755 (executable)
@@ -48,7 +48,7 @@ if sys.version_info.major == 2:
 else:
     import configparser
 
-__version__ = "1.10"
+__version__ = "1.10.1"
 
 try:
     input = raw_input
index 75713a8fc68bb05dcb89adec154d19d9227f21be..a98a689e5ebdb9b24cb6d748304cd30cff55ef9b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except:
 setup(
     name='autorandr',
 
-    version='1.10.post1',
+    version='1.10.1.post1',
 
     description='Automatically select a display configuration based on connected devices',
     long_description=long_description,