Skip to content

Commit e232fcd

Browse files
committed
0.1.7
1 parent d0e2c33 commit e232fcd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
0.1.6
2+
-----
3+
First release.
4+
5+
0.1.7
6+
-----
7+
Websocket can send custom headers to server in ``handshake`` function. Author: [pluzmedia](https://github.com/pluzmedia)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="micropython-async_websocket_client",
21-
version="0.1.6",
21+
version="0.1.7",
2222
description='Asynchronous websocket client for ESP32 controller.',
2323
long_description_content_type="text/markdown",
2424
long_description=README + '\n\n' + HISTORY,

0 commit comments

Comments
 (0)