Skip to content

Commit

Permalink
Version bump: autorandr-1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Jul 20, 2018
1 parent efb9fe4 commit fa2080a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ profiles matching multiple (or any) monitors.

## Changelog

**autorandr 1.6**

* *2018-04-19* Bugfix: Do not load default profile unless --change is set
* *2018-04-30* Added a `AUTORANDR_MONITORS` variable to hooks (by @bricewge, #106)
* *2018-06-29* Fix detection of current configuration if extra monitors are active
Expand Down
2 changes: 1 addition & 1 deletion autorandr.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
else:
import configparser

__version__ = "1.5"
__version__ = "1.6"

try:
input = raw_input
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='autorandr',

version='1.5-1',
version='1.6-1',

description='Automatically select a display configuration based on connected devices',
long_description=long_description,
Expand Down

0 comments on commit fa2080a

Please sign in to comment.