Skip to content

Commit d0f64bf

Browse files
committed
Bump version to 1.14
1 parent 05b22a6 commit d0f64bf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@ WAYLAND_DISPLAY= autorandr
271271

272272
## Changelog
273273

274+
**autorandr 1.14**
275+
* *2023-06-22* Direct --match-edid renaming of output messages to stderr
276+
* *2023-06-22* Add Wayland awareness
277+
* *2023-06-22* Various minor auxiliary tooling bug fixes, see git-log
278+
274279
**autorandr 1.13.3**
275280
* *2023-01-24* Revert udev rule to rely on "change" event (see #324)
276281

autorandr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
else:
5151
import configparser
5252

53-
__version__ = "1.13.3"
53+
__version__ = "1.14"
5454

5555
try:
5656
input = raw_input

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name='autorandr',
1111

12-
version='1.13.3.post1',
12+
version='1.14.post1',
1313

1414
description='Automatically select a display configuration based on connected devices',
1515
long_description=long_description,

0 commit comments

Comments
 (0)