From: Phillip Berndt Date: Mon, 18 Mar 2019 20:14:41 +0000 (+0100) Subject: Version bump: 1.8.1 X-Git-Tag: 1.8.1 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=7fda58e351b52f2245c97f5d06685e3b9ab06363 Version bump: 1.8.1 --- diff --git a/README.md b/README.md index 5deb5c3..7268f6d 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,12 @@ profiles matching multiple (or any) monitors. ## Changelog +**autorandr 1.8.1** + +* *2019-03-18* Removed mandb call from Makefile + **autorandr 1.8** + * *2019-02-17* Add an X11 daemon that runs autorandr when a display connects (by @rliou92, #127) * *2019-02-17* Replace width=0 check with disconnected to detect disconnected monitors (by @joseph-jones, #139) * *2019-02-17* Fix handling of empty padding (by @jschwab, #138) diff --git a/autorandr.py b/autorandr.py index 89f1ab8..cf9b0c8 100755 --- a/autorandr.py +++ b/autorandr.py @@ -48,7 +48,7 @@ if sys.version_info.major == 2: else: import configparser -__version__ = "1.8" +__version__ = "1.8.1" try: input = raw_input diff --git a/setup.py b/setup.py index 779eb39..9bf12e2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name='autorandr', - version='1.8.post1', + version='1.8.1.post1', description='Automatically select a display configuration based on connected devices', long_description=long_description,