Release bug fixes as 1.13.2

This commit is contained in:
Phillip Berndt 2023-01-23 11:26:32 +01:00
parent cd20b703ca
commit d5847f7288
3 changed files with 3 additions and 3 deletions

View File

@ -257,7 +257,7 @@ options nvidia_drm modeset=1
## Changelog ## Changelog
**autorandr 1.13.2 (dev)** **autorandr 1.13.2**
* *2023-01-23* Fix autostart in KDE (see #320) * *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* Match add/remove rather than change in udev rule (see #321)
* *2023-01-23* Fix wildcard use in EDIDs (see #322) * *2023-01-23* Fix wildcard use in EDIDs (see #322)

View File

@ -50,7 +50,7 @@ if sys.version_info.major == 2:
else: else:
import configparser import configparser
__version__ = "1.13.1" __version__ = "1.13.2"
try: try:
input = raw_input input = raw_input

View File

@ -9,7 +9,7 @@ except:
setup( setup(
name='autorandr', name='autorandr',
version='1.13.1.post1', version='1.13.2.post1',
description='Automatically select a display configuration based on connected devices', description='Automatically select a display configuration based on connected devices',
long_description=long_description, long_description=long_description,