From d5847f72886ee4594857d06b6f122832c4edbbdb Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Mon, 23 Jan 2023 11:26:32 +0100 Subject: [PATCH] Release bug fixes as 1.13.2 --- README.md | 2 +- autorandr.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6397583..8b6ef7e 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ options nvidia_drm modeset=1 ## Changelog -**autorandr 1.13.2 (dev)** +**autorandr 1.13.2** * *2023-01-23* Fix autostart in KDE (see #320) * *2023-01-23* Match add/remove rather than change in udev rule (see #321) * *2023-01-23* Fix wildcard use in EDIDs (see #322) diff --git a/autorandr.py b/autorandr.py index cc9d9c8..1dea4bc 100755 --- a/autorandr.py +++ b/autorandr.py @@ -50,7 +50,7 @@ if sys.version_info.major == 2: else: import configparser -__version__ = "1.13.1" +__version__ = "1.13.2" try: input = raw_input diff --git a/setup.py b/setup.py index 793fae0..900c947 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name='autorandr', - version='1.13.1.post1', + version='1.13.2.post1', description='Automatically select a display configuration based on connected devices', long_description=long_description, -- 2.39.2