Skip to content

Commit

Permalink
Release bug fixes as 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Jan 23, 2023
1 parent cd20b70 commit d5847f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ options nvidia_drm modeset=1

## Changelog

**autorandr 1.13.2 (dev)**
**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)
* *2023-01-23* Fix wildcard use in EDIDs (see #322)
Expand Down
2 changes: 1 addition & 1 deletion autorandr.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
else:
import configparser

__version__ = "1.13.1"
__version__ = "1.13.2"

try:
input = raw_input
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='autorandr',

version='1.13.1.post1',
version='1.13.2.post1',

description='Automatically select a display configuration based on connected devices',
long_description=long_description,
Expand Down

0 comments on commit d5847f7

Please sign in to comment.