From: Phillip Berndt Date: Thu, 22 Jun 2023 14:37:12 +0000 (+0200) Subject: Bump version to 1.14 X-Git-Tag: 1.14 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=d0f64bf215396f73a3b9fee1155f589ae5ab0d9c Bump version to 1.14 --- diff --git a/README.md b/README.md index 21a9aed..a7e8bfe 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,11 @@ WAYLAND_DISPLAY= autorandr ## Changelog +**autorandr 1.14** +* *2023-06-22* Direct --match-edid renaming of output messages to stderr +* *2023-06-22* Add Wayland awareness +* *2023-06-22* Various minor auxiliary tooling bug fixes, see git-log + **autorandr 1.13.3** * *2023-01-24* Revert udev rule to rely on "change" event (see #324) diff --git a/autorandr.py b/autorandr.py index 9f8de14..93b4e79 100755 --- a/autorandr.py +++ b/autorandr.py @@ -50,7 +50,7 @@ if sys.version_info.major == 2: else: import configparser -__version__ = "1.13.3" +__version__ = "1.14" try: input = raw_input diff --git a/setup.py b/setup.py index 0b29943..b645bfa 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name='autorandr', - version='1.13.3.post1', + version='1.14.post1', description='Automatically select a display configuration based on connected devices', long_description=long_description,