Skip to content

Commit

Permalink
UPD: update changelog, bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Jun 16, 2021
1 parent 85d0106 commit 8998015
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

- 0.5.1:
- Make all variables protected in Device class
- Add positional argument `server` for Device model
- Add getters for Device model: ip, port, etc.
- Update write and kick methods for Device class, remove signals

- 0.5.0:
- Add `kick` method for Device
- Emit Device instead of device_id on signals: connected, disconnected, message, error
Expand Down
2 changes: 1 addition & 1 deletion QtPyNetwork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
- signals for each event - connected, disconnected, error, etc.
"""

__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit 8998015

Please sign in to comment.