Skip to content

Commit d5847f7

Browse files
committed
Release bug fixes as 1.13.2
1 parent cd20b70 commit d5847f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ options nvidia_drm modeset=1
257257

258258
## Changelog
259259

260-
**autorandr 1.13.2 (dev)**
260+
**autorandr 1.13.2**
261261
* *2023-01-23* Fix autostart in KDE (see #320)
262262
* *2023-01-23* Match add/remove rather than change in udev rule (see #321)
263263
* *2023-01-23* Fix wildcard use in EDIDs (see #322)

autorandr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
else:
5151
import configparser
5252

53-
__version__ = "1.13.1"
53+
__version__ = "1.13.2"
5454

5555
try:
5656
input = raw_input

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name='autorandr',
1111

12-
version='1.13.1.post1',
12+
version='1.13.2.post1',
1313

1414
description='Automatically select a display configuration based on connected devices',
1515
long_description=long_description,

0 commit comments

Comments
 (0)