diff --git a/README.md b/README.md index b872d63..dc7ee93 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,8 @@ The most useful one is `$AUTORANDR_CURRENT_PROFILE`. ## Changelog +**autorandr 1.2** + * *2017-07-16* Skip `--panning` unless it is required (See #72) * *2017-10-13* Add `clone-largest` virtual profile diff --git a/setup.py b/setup.py index 33339ce..b4ab173 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name='autorandr', - version='1.1-4', + version='1.2-1', description='Automatically select a display configuration based on connected devices', long_description=long_description,