Skip to content

Commit

Permalink
Release 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Jan 24, 2023
1 parent b08336a commit 9ebe371
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.2"
__version__ = "1.13.3"

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.2.post1',
version='1.13.3.post1',

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

0 comments on commit 9ebe371

Please sign in to comment.