From d8cb50aff33fcb964558086b33b7d059729511ec Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Sat, 16 Mar 2019 15:41:24 +0100 Subject: [PATCH] Version bump: autorandr-1.8 --- README.md | 2 +- autorandr.py | 2 +- setup.py | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a804e30..5deb5c3 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ profiles matching multiple (or any) monitors. ## Changelog -**autorandr 1.8 (dev)** +**autorandr 1.8** * *2019-02-17* Add an X11 daemon that runs autorandr when a display connects (by @rliou92, #127) * *2019-02-17* Replace width=0 check with disconnected to detect disconnected monitors (by @joseph-jones, #139) * *2019-02-17* Fix handling of empty padding (by @jschwab, #138) diff --git a/autorandr.py b/autorandr.py index 04fda8f..89f1ab8 100755 --- a/autorandr.py +++ b/autorandr.py @@ -48,7 +48,7 @@ if sys.version_info.major == 2: else: import configparser -__version__ = "1.7" +__version__ = "1.8" try: input = raw_input diff --git a/setup.py b/setup.py index 02b347a..779eb39 100644 --- a/setup.py +++ b/setup.py @@ -2,17 +2,18 @@ from setuptools import setup try: - long_description = open('README.rst').read() + long_description = open('README.md').read() except: long_description = 'Automatically select a display configuration based on connected devices' setup( name='autorandr', - version='1.7-1', + version='1.8.post1', description='Automatically select a display configuration based on connected devices', long_description=long_description, + long_description_content_type="text/markdown", url='https://github.com/phillipberndt/autorandr', -- 2.39.2