From fa2080a851ec3e75e9879b6b5f2fa8829b7a9740 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Fri, 20 Jul 2018 08:47:39 +0200 Subject: [PATCH] Version bump: autorandr-1.6 --- README.md | 2 ++ autorandr.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64aba74..27cb289 100644 --- 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 diff --git a/autorandr.py b/autorandr.py index c0ed5e1..4187932 100755 --- a/autorandr.py +++ b/autorandr.py @@ -48,7 +48,7 @@ if sys.version_info.major == 2: else: import configparser -__version__ = "1.5" +__version__ = "1.6" try: input = raw_input diff --git a/setup.py b/setup.py index 28562ec..4309c15 100644 --- 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, -- 2.39.5