Release 1.13.3

This commit is contained in:
Phillip Berndt 2023-01-24 12:55:48 +01:00
parent b08336a3b9
commit 9ebe3716c1
3 changed files with 5 additions and 2 deletions

View File

@ -257,6 +257,9 @@ options nvidia_drm modeset=1
## Changelog
**autorandr 1.13.3**
* *2023-01-24* Revert udev rule to rely on "change" event (see #324)
**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)

View File

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

View File

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