Skip to content

Commit

Permalink
Release 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Jan 15, 2023
1 parent 5c2bd23 commit 4bb03ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -257,7 +257,10 @@ options nvidia_drm modeset=1

## Changelog

**autorandr 1.13 (dev)**
**autorandr 1.13**
* *2023-01-15* Add reversed horizontal/vertical profiles
* *2023-01-15* Fix distutils deprecation warning
* *2023-01-15* Print error when user script fails
* *2022-12-01* Support `--skip-options set` to skip setting properties

**autorandr 1.12.1**
Expand Down
2 changes: 1 addition & 1 deletion autorandr.py
Expand Up @@ -50,7 +50,7 @@
else:
import configparser

__version__ = "1.12.1"
__version__ = "1.13"

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

version='1.12.1.post1',
version='1.13.post1',

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

0 comments on commit 4bb03ef

Please sign in to comment.