We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243a0a7 commit 4ed2fd1Copy full SHA for 4ed2fd1
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v8.1.24 (2023-01-13)
2
+
3
+### Feat
4
5
+- **system**: add vision module (#149)
6
7
+### Refactor
8
9
+- **ci**: simplify ci workflow (#147)
10
11
## v8.1.23 (2022-12-14)
12
13
### Fix
src/system/__version__.py
@@ -1,6 +1,6 @@
"""Package information."""
-__version__ = "8.1.23"
-__build__ = "2022121308"
+__version__ = "8.1.24"
+__build__ = "2023011208"
__cycle__ = ""
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str
0 commit comments