diff --git a/CHANGES.rst b/CHANGES.rst index 3224e3a..de3145a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/QtPyNetwork/__init__.py b/QtPyNetwork/__init__.py index 906d362..43c4ab0 100644 --- a/QtPyNetwork/__init__.py +++ b/QtPyNetwork/__init__.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.6.1"