Version bump: autorandr-1.7

This commit is contained in:
Phillip Berndt 2018-09-25 19:20:42 +02:00
parent 5768d71b2a
commit d1743d00b1
3 changed files with 6 additions and 2 deletions

View File

@ -211,6 +211,10 @@ profiles matching multiple (or any) monitors.
## Changelog
**autorandr 1.7**
* *2018-09-25* Fix FB size computation with rotated screens (by @Janno, #117)
**autorandr 1.6**
* *2018-04-19* Bugfix: Do not load default profile unless --change is set

View File

@ -48,7 +48,7 @@ if sys.version_info.major == 2:
else:
import configparser
__version__ = "1.6"
__version__ = "1.7"
try:
input = raw_input

View File

@ -9,7 +9,7 @@ except:
setup(
name='autorandr',
version='1.6-1',
version='1.7-1',
description='Automatically select a display configuration based on connected devices',
long_description=long_description,