Skip to content

Commit 4ed2fd1

Browse files
author
César Román
committed
chore(release): prepare for v8.1.24
1 parent 243a0a7 commit 4ed2fd1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## v8.1.23 (2022-12-14)
212

313
### Fix

src/system/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Package information."""
22

3-
__version__ = "8.1.23"
4-
__build__ = "2022121308"
3+
__version__ = "8.1.24"
4+
__build__ = "2023011208"
55
__cycle__ = ""
66
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str

0 commit comments

Comments
 (0)