This updates the readme with changes since 1.10.1 and releases 1.11.
This version primarily brings small bugfixes, only change warranting
minor version bump is that batch mode now assigns user groups.
Fixes #227.
## Changelog
+**autorandr 1.11**
+* *2020-05-23* Handle empty sys.executable
+* *2020-06-08* Fix Python 2 compatibility
+* *2020-10-06* Set group membership of users in batch mode
+
**autorandr 1.10.1**
* *2020-05-04* Revert making the launcher the default (fixes #195)
else:
import configparser
-__version__ = "1.10.1"
+__version__ = "1.11"
try:
input = raw_input
setup(
name='autorandr',
- version='1.10.1.post1',
+ version='1.11.post1',
description='Automatically select a display configuration based on connected devices',
long_description=long_description,