Skip to content

Commit

Permalink
Bump version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Jun 22, 2023
1 parent 05b22a6 commit d0f64bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ WAYLAND_DISPLAY= autorandr

## Changelog

**autorandr 1.14**
* *2023-06-22* Direct --match-edid renaming of output messages to stderr
* *2023-06-22* Add Wayland awareness
* *2023-06-22* Various minor auxiliary tooling bug fixes, see git-log

**autorandr 1.13.3**
* *2023-01-24* Revert udev rule to rely on "change" event (see #324)

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.3"
__version__ = "1.14"

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.3.post1',
version='1.14.post1',

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

0 comments on commit d0f64bf

Please sign in to comment.