Skip to content

Commit

Permalink
Release 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Jan 16, 2023
1 parent d285fd5 commit 0ca5ca9
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.1**
* *2023-01-16* Fix bug with Version comparison

**autorandr 1.13**
* *2023-01-15* Add reversed horizontal/vertical profiles
* *2023-01-15* Fix distutils deprecation warning
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"
__version__ = "1.13.1"

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

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

0 comments on commit 0ca5ca9

Please sign in to comment.