Release bug fixes as 1.13.2
This commit is contained in:
parent
cd20b703ca
commit
d5847f7288
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue