Skip to content

Commit

Permalink
Add release notes, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Sep 12, 2024
1 parent 72aac67 commit 15db04b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ picows Release History
:depth: 1
:local:

1.2.2 (2024-09-13)
------------------

* Fix: picows wasn't working on windows with asyncio and python<=3.10 because data_received callback gets bytearray object instead of bytes.
* Fix: ws_connect was throwing TimeoutError on handshake timeouts, changed to asyncio.TimeoutError just to be consistent with the rest asyncio behaviour

1.2.1 (2024-09-11)
------------------

Expand Down
2 changes: 1 addition & 1 deletion picows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
'PICOWS_DEBUG_LL'
]

__version__ = "1.2.1"
__version__ = "1.2.2"
__author__ = "Taras Kozlov"

0 comments on commit 15db04b

Please sign in to comment.