Skip to content

Commit

Permalink
UPD: bump version to 0.6.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Feb 20, 2022
1 parent e154ad2 commit d7f8a1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

- 0.6.1:
- Fix ``setSocketDescriptor`` failing on Python 3.10
- Get ``long_description`` for PyPi by reading ``README.rst``
- Remove unused depedency ``cryptography``

- 0.6.0:
- Use private classes where possible
- Add `\_\_all__` variable to modules
Expand Down
2 changes: 1 addition & 1 deletion QtPyNetwork/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit d7f8a1f

Please sign in to comment.