From: Phillip Berndt Date: Fri, 20 Jul 2018 06:47:39 +0000 (+0200) Subject: Version bump: autorandr-1.6 X-Git-Tag: 1.6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fa2080a851ec3e75e9879b6b5f2fa8829b7a9740;p=deb_pkgs%2Fautorandr.git Version bump: autorandr-1.6 --- 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,