From c84bf4811f4d100509398002011b2733c06c3273 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Mon, 4 May 2020 09:23:05 +0200 Subject: [PATCH] Point release 1.10.1 This reverts making autorandr-launcher the default and fixes the most obvious issues. See #195 for why. --- README.md | 3 +++ autorandr.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f2012e..b1cc76d 100644 --- 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) diff --git a/autorandr.py b/autorandr.py index f7356a0..824a7db 100755 --- a/autorandr.py +++ b/autorandr.py @@ -48,7 +48,7 @@ if sys.version_info.major == 2: else: import configparser -__version__ = "1.10" +__version__ = "1.10.1" try: input = raw_input diff --git a/setup.py b/setup.py index 75713a8..a98a689 100644 --- 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, -- 2.39.2