File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,9 @@ options nvidia_drm modeset=1
257257
258258## Changelog
259259
260+ ** autorandr 1.13.1**
261+ * * 2023-01-16* Fix bug with Version comparison
262+
260263** autorandr 1.13**
261264* * 2023-01-15* Add reversed horizontal/vertical profiles
262265* * 2023-01-15* Fix distutils deprecation warning
Original file line number Diff line number Diff line change 5050else :
5151 import configparser
5252
53- __version__ = "1.13"
53+ __version__ = "1.13.1 "
5454
5555try :
5656 input = raw_input
Original file line number Diff line number Diff line change 99setup (
1010 name = 'autorandr' ,
1111
12- version = '1.13.post1' ,
12+ version = '1.13.1. post1' ,
1313
1414 description = 'Automatically select a display configuration based on connected devices' ,
1515 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments