Skip to content

Commit

Permalink
Prepare 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Oct 10, 2024
1 parent ba3b381 commit 174a8fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ picows Release History
:depth: 1
:local:

1.5.0 (2024-10-10)
------------------

* Added WSTransport.measure_roundtrip_time method + example

1.4.1 (2024-10-08)
------------------

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.4.1"
__version__ = "1.5.0"
__author__ = "Taras Kozlov"

0 comments on commit 174a8fe

Please sign in to comment.