Skip to content

Commit

Permalink
Bump to version 1.7.1
Browse files Browse the repository at this point in the history
See the CHANGELOG for more information.
  • Loading branch information
acrisci committed May 9, 2019
1 parent cf55812 commit 7d9ef7c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## Version 1.7.1

Version 1.7.1 adds some bugfixes and features.

* Add support to get socketpath from the `sway` binary (93a8f0c).
* Return empty list on commands that don't return a result (cf55812).
* Implement the `SHUTDOWN` event (d338889).
* Implement the autoreconnect feature (fa3a813).
* Make sending commands thread safe (e9fcefa).
* Add `title` attribute to `Con` class (34ea24e).
* Add `pid` attribute to `Con` class for sway (bd0224e).

## Version 1.6.0

Version 1.6.0 adds the following bugfixes and features:
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name='i3ipc',
version='1.6.0',
version='1.7.1',
description='An improved Python library for i3wm extensions',
long_description=long_description,
url='https://github.com/acrisci/i3ipc-python',
Expand All @@ -25,6 +25,9 @@
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
keywords='i3 i3wm extensions add-ons',
packages=['i3ipc'],
Expand Down

0 comments on commit 7d9ef7c

Please sign in to comment.