From: Phillip Berndt Date: Mon, 16 Jan 2023 08:56:15 +0000 (+0100) Subject: Release 1.13.1 X-Git-Tag: 1.13.1 X-Git-Url: https://git.donarmstrong.com/deb_pkgs/autorandr.git?a=commitdiff_plain;h=0ca5ca9d0a5eac02cc951cec3381b4223a6c0539;p=deb_pkgs%2Fautorandr.git Release 1.13.1 --- diff --git a/README.md b/README.md index 8dd955c..4c47b02 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,9 @@ options nvidia_drm modeset=1 ## Changelog +**autorandr 1.13.1** +* *2023-01-16* Fix bug with Version comparison + **autorandr 1.13** * *2023-01-15* Add reversed horizontal/vertical profiles * *2023-01-15* Fix distutils deprecation warning diff --git a/autorandr.py b/autorandr.py index 1f44c28..bc68dfe 100755 --- a/autorandr.py +++ b/autorandr.py @@ -50,7 +50,7 @@ if sys.version_info.major == 2: else: import configparser -__version__ = "1.13" +__version__ = "1.13.1" try: input = raw_input diff --git a/setup.py b/setup.py index 5e5328e..793fae0 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name='autorandr', - version='1.13.post1', + version='1.13.1.post1', description='Automatically select a display configuration based on connected devices', long_description=long_description,