]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Release bug fixes as 1.13.2 1.13.2
authorPhillip Berndt <phillip.berndt@googlemail.com>
Mon, 23 Jan 2023 10:26:32 +0000 (11:26 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Mon, 23 Jan 2023 10:26:32 +0000 (11:26 +0100)
README.md
autorandr.py
setup.py

index 63975836416daded77e5f8747a418a5ee9db10c0..8b6ef7ec84ea34ea36c33537bb454ac1b22fef22 100644 (file)
--- 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)
index cc9d9c8b9d0e56527d9c47a344a0e70eefa228c5..1dea4bc35b53fbf64543d523aed71a6527a9299e 100755 (executable)
@@ -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
index 793fae0625d8ac096109302a028ef9fb0578fe1e..900c9470caaebb2fc8d62e1dd46722e4ff92a790 100644 (file)
--- 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,