Skip to content

Commit

Permalink
UP:D update changelog, bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Jun 10, 2021
1 parent 6d0454f commit 67e0751
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

- 0.5.0:
- Add `kick` method for Device
- Emit Device instead of device_id on signals: connected, disconnected, message, error
- Remove JSON encoding
- Remove Fernet encryption
- Send `bytes` instead of `dict`
- Use `joined_lower` for function names

- 0.4.4:
- Fix tox build workflow
- Fix generating changelog
Expand Down
2 changes: 1 addition & 1 deletion QtPyNetwork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
- servers can be subclassed, but handlers should not be
"""

__version__ = "0.4.4"
__version__ = "0.5.0"

0 comments on commit 67e0751

Please sign in to comment.