Skip to content

Commit b833d0d

Browse files
committed
bump to 0.6.0
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent d2a0797 commit b833d0d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
## Unreleased
44
[Full Changelog](https://github.com/Lawouach/WebSocket-for-Python/compare/0.5.1...master)
55

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

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

1115
## [0.5.1](https://github.com/Lawouach/WebSocket-for-Python/tree/0.5.1) (2018-02-28)
1216
[Full Changelog](https://github.com/Lawouach/WebSocket-for-Python/compare/0.5.0...0.5.1)

ws4py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import logging.handlers as handlers
3131

3232
__author__ = "Sylvain Hellegouarch"
33-
__version__ = "0.5.1"
33+
__version__ = "0.6.0"
3434
__all__ = ['WS_KEY', 'WS_VERSION', 'configure_logger', 'format_addresses']
3535

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

0 commit comments

Comments
 (0)