diff --git a/CHANGES.rst b/CHANGES.rst index 8ce8ddb..3224e3a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +- 0.6.0: + - Use private classes where possible + - Add `\_\_all__` variable to modules + - Add issues and docs links to PyPI + - Change development status to stable + - Update readme + - Fix mistakes in docs + - 0.5.3: - Update docs - Add docs workflow diff --git a/QtPyNetwork/__init__.py b/QtPyNetwork/__init__.py index f0a154a..0eca6d4 100644 --- a/QtPyNetwork/__init__.py +++ b/QtPyNetwork/__init__.py @@ -134,4 +134,4 @@ def on_disconnected(self, device: Device): """ -__version__ = "0.5.3" +__version__ = "0.6.0"