Skip to content

Commit

Permalink
cloudvisiion: Release v1.15
Browse files Browse the repository at this point in the history
Includes a number of fixes for workspace getters and studio inputs
getters, allowing for the helper functions to handle large inputs
Adds interface tag fetching support

Change-Id: I73696b10262442e07288441c14dfdcf733dc7356
  • Loading branch information
cianmcgrath committed Dec 14, 2023
1 parent 8365a49 commit db1d3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudvision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__path__ = __import__('pkgutil').extend_path(__path__, __name__) # type: ignore # mypy issue #1422

__version__ = "1.14.2"
__version__ = "1.15.0"

0 comments on commit db1d3e5

Please sign in to comment.