Skip to content

Commit 961c07c

Browse files
committed
Bump version
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 13d1310 commit 961c07c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Change Log
22

33
## Unreleased
4-
[Full Changelog](https://github.com/Lawouach/WebSocket-for-Python/compare/0.4.2...master)
4+
[Full Changelog](https://github.com/Lawouach/WebSocket-for-Python/compare/0.5.1...master)
5+
6+
## [0.5.1](https://github.com/Lawouach/WebSocket-for-Python/tree/0.5.1) (2018-02-28)
7+
[Full Changelog](https://github.com/Lawouach/WebSocket-for-Python/compare/0.5.0...0.5.1)
8+
**Merged pull requests:**
9+
10+
- Rudimentary fix and testcase for Issue #179 [\#219](https://github.com/Lawouach/WebSocket-for-Python/pull/219) ([medington](https://github.com/medington))
511

612
## [0.5.0](https://github.com/Lawouach/WebSocket-for-Python/tree/0.5.0) (2018-02-27)
713
[Full Changelog](https://github.com/Lawouach/WebSocket-for-Python/compare/0.4.3...0.5.0)

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.0"
33+
__version__ = "0.5.1"
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)