Skip to content

Commit

Permalink
cloudvision: Release 1.18.0
Browse files Browse the repository at this point in the history
Includes:
- Numerous updates for various resource api clients
- The addition of an ID allocator in cvlib for assigning IDs to various
  objects such as splines, leafs, etc.

Change-Id: Iaaea73baed823badc8b20dd683989eddefb8dafc
  • Loading branch information
cianmcgrath committed Feb 29, 2024
1 parent 7ba3329 commit ff13652
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.17.0"
__version__ = "1.18.0"

0 comments on commit ff13652

Please sign in to comment.