Skip to content

Commit 15429eb

Browse files
committed
0.59.1
1 parent ca5ee5f commit 15429eb

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "mist_openapi"]
22
path = mist_openapi
3-
url = https://github.com/Mist-Automation-Programmability/mist_openapi.git
3+
url = https://github.com/mistsys/mist_openapi.git
4+
branch = switch_routing_policies_fix

mist_openapi

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.59.0"
7+
version = "0.59.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.59.0"
1+
__version__ = "0.59.1"
22
__author__ = "Thomas Munzer <tmunzer@juniper.net>"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)