v0.15.2 version bump

This commit is contained in:
Cameron Yick
2024-05-25 21:19:52 -04:00
parent e2be0bc489
commit e569af94d7
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.1 (2024-05-25) 0.15.2 (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.1" __version__ = "0.15.2"