Skip to content

Commit b3cd001

Browse files
author
Tony Crisci
committed
Bump to version 1.6.0
Version 1.6.0 adds the following bugfixes and features: * Properly tear down subscription socket (#83) * Implement send_tick message and tick event * Add a timeout parameter to the main function * Implement GET_BINDING_MODES * Implement GET_CONFIG * Implement GET_MARKS * Fix pickling of types by fixing a _ReplyType exception (#89) * Add the sticky property
1 parent 8a4fab4 commit b3cd001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='i3ipc',
12-
version='1.5.1',
12+
version='1.6.0',
1313
description='An improved Python library for i3wm extensions',
1414
long_description=long_description,
1515
url='https://github.com/acrisci/i3ipc-python',

0 commit comments

Comments
 (0)