Skip to content

Commit

Permalink
Bump to version 2.1.1
Browse files Browse the repository at this point in the history
See the changelog for more information.
  • Loading branch information
acrisci committed Sep 2, 2019
1 parent 727cff8 commit 672ca46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## Version 2.1.1

Version 2.1.1 includes bugfixes and new features.

* Regression: emit detailed events correctly (#126)
* Regression: null values in replies should be python None (#123)
* Add the sway input event (#122)
* Raise handler exceptions from Connection.main() (the old behavior was just to exit silently which is wrong) (#125)

## Version 2.0.1

Version 2.0.1 is a major release which adds breaking changes and major new features.
Expand Down
2 changes: 1 addition & 1 deletion i3ipc/__version__.py
@@ -1,7 +1,7 @@
__title__ = 'i3ipc'
__description__ = 'An improved Python library to control i3wm and sway'
__url__ = 'https://github.com/altdesktop/i3ipc-python'
__version__ = '2.0.1'
__version__ = '2.1.1'
__author__ = 'Tony Crisci'
__author_email__ = 'tony@dubstepdish.com'
__license__ = 'BSD-3-Clause'
Expand Down

0 comments on commit 672ca46

Please sign in to comment.