Skip to content

Commit 672ca46

Browse files
author
Tony Crisci
committed
Bump to version 2.1.1
See the changelog for more information.
1 parent 727cff8 commit 672ca46

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Version 2.1.1
4+
5+
Version 2.1.1 includes bugfixes and new features.
6+
7+
* Regression: emit detailed events correctly (#126)
8+
* Regression: null values in replies should be python None (#123)
9+
* Add the sway input event (#122)
10+
* Raise handler exceptions from Connection.main() (the old behavior was just to exit silently which is wrong) (#125)
11+
312
## Version 2.0.1
413

514
Version 2.0.1 is a major release which adds breaking changes and major new features.

i3ipc/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'i3ipc'
22
__description__ = 'An improved Python library to control i3wm and sway'
33
__url__ = 'https://github.com/altdesktop/i3ipc-python'
4-
__version__ = '2.0.1'
4+
__version__ = '2.1.1'
55
__author__ = 'Tony Crisci'
66
__author_email__ = '[email protected]'
77
__license__ = 'BSD-3-Clause'

0 commit comments

Comments
 (0)