Skip to content

Commit d01e112

Browse files
committed
chore(release): bump version to 0.63.1
1 parent a41c73a commit d01e112

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
2-
## Unreleased
2+
## Version 0.63.1 (June 2026)
3+
4+
**Released**: June 14, 2026
5+
6+
This patch release lets callers of the device-utility helpers detect WebSocket failures that were previously only logged.
7+
8+
---
39

410
### 1. BUG FIXES
511

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mistapi"
7-
version = "0.63.0"
7+
version = "0.63.1"
88
authors = [{ name = "Thomas Munzer", email = "tmunzer@juniper.net" }]
99
description = "Python package to simplify the Mist System APIs usage"
1010
keywords = ["Mist", "Juniper", "API"]

src/mistapi/__version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.63.0"
1+
__version__ = "0.63.1"
22
__author__ = "Thomas Munzer <tmunzer@juniper.net>"

0 commit comments

Comments
 (0)