File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ options nvidia_drm modeset=1
257
257
258
258
## Changelog
259
259
260
- ** autorandr 1.13.2 (dev) **
260
+ ** autorandr 1.13.2**
261
261
* * 2023-01-23* Fix autostart in KDE (see #320 )
262
262
* * 2023-01-23* Match add/remove rather than change in udev rule (see #321 )
263
263
* * 2023-01-23* Fix wildcard use in EDIDs (see #322 )
Original file line number Diff line number Diff line change 50
50
else :
51
51
import configparser
52
52
53
- __version__ = "1.13.1 "
53
+ __version__ = "1.13.2 "
54
54
55
55
try :
56
56
input = raw_input
Original file line number Diff line number Diff line change 9
9
setup (
10
10
name = 'autorandr' ,
11
11
12
- version = '1.13.1 .post1' ,
12
+ version = '1.13.2 .post1' ,
13
13
14
14
description = 'Automatically select a display configuration based on connected devices' ,
15
15
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments