v0.15.6 version bump

This commit is contained in:
Cameron Yick
2024-05-25 21:48:23 -04:00
parent 441adda032
commit 2d82a8f43a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ History
0.16.0 (2024-XX - Unreleased) 0.16.0 (2024-XX - Unreleased)
-------------------------------- --------------------------------
0.15.5 (2024-05-25) 0.15.6 (2024-05-25)
-------------------------------- --------------------------------
* Feature: Support websockets client / endpoints (#508) * Feature: Support websockets client / endpoints (#508)

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "0.15.5" __version__ = "0.15.6"