From d1743d00b1e577110bb5f4e0993bfed61cba16a7 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Tue, 25 Sep 2018 19:20:42 +0200 Subject: [PATCH] Version bump: autorandr-1.7 --- README.md | 4 ++++ autorandr.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b684441..71b3aeb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/autorandr.py b/autorandr.py index 9524f42..d36b568 100755 --- a/autorandr.py +++ b/autorandr.py @@ -48,7 +48,7 @@ if sys.version_info.major == 2: else: import configparser -__version__ = "1.6" +__version__ = "1.7" try: input = raw_input diff --git a/setup.py b/setup.py index 4309c15..02b347a 100644 --- a/setup.py +++ b/setup.py @@ -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, -- 2.39.2