Skip to content

Commit

Permalink
UPD: bump version to 0.6.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Oct 14, 2021
1 parent 8ade585 commit f2cf8c4
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.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
Expand Down
2 changes: 1 addition & 1 deletion QtPyNetwork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ def on_disconnected(self, device: Device):
"""

__version__ = "0.5.3"
__version__ = "0.6.0"

0 comments on commit f2cf8c4

Please sign in to comment.