Skip to content

Commit

Permalink
bump to 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Dec 19, 2024
1 parent d2a0797 commit b833d0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
## Unreleased
[Full Changelog](https://github.com/Lawouach/WebSocket-for-Python/compare/0.5.1...master)

## [0.6.0](https://github.com/Lawouach/WebSocket-for-Python/tree/0.6.0) (2024-12-19)
[Full Changelog](https://github.com/Lawouach/WebSocket-for-Python/compare/0.5.1...0.6.0)
**Changes:**

* Upgrade Python support to include 3.6, 3.7, 3.8 and 3.9
* Upgrade Python support to include 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and 3.12
* Drop support for Python 3.* < 3.6 (Python 2.7 remains)
* Fix tox and github action so they work nicely together
* Add a release workflow to Pypi which uses trusted publisher

## [0.5.1](https://github.com/Lawouach/WebSocket-for-Python/tree/0.5.1) (2018-02-28)
[Full Changelog](https://github.com/Lawouach/WebSocket-for-Python/compare/0.5.0...0.5.1)
Expand Down
2 changes: 1 addition & 1 deletion ws4py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import logging.handlers as handlers

__author__ = "Sylvain Hellegouarch"
__version__ = "0.5.1"
__version__ = "0.6.0"
__all__ = ['WS_KEY', 'WS_VERSION', 'configure_logger', 'format_addresses']

WS_KEY = b"258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
Expand Down

0 comments on commit b833d0d

Please sign in to comment.