Release 1.13

This commit is contained in:
Phillip Berndt 2023-01-15 15:23:50 +01:00
parent 5c2bd23f35
commit 4bb03ef208
3 changed files with 6 additions and 3 deletions

View File

@ -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**

View File

@ -50,7 +50,7 @@ if sys.version_info.major == 2:
else:
import configparser
__version__ = "1.12.1"
__version__ = "1.13"
try:
input = raw_input

View File

@ -9,7 +9,7 @@ except:
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,