Skip to content

Commit a8c9baf

Browse files
author
César Román
committed
chore(release): prepare for v8.1.19.post2
Signed-off-by: César Román <thecesrom@gmail.com>
1 parent e0bdc37 commit a8c9baf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v8.1.19.post2 (2022-08-02)
2+
3+
### Fix
4+
5+
- **system**: fix args and return type of tag.query (#49)
6+
17
## v8.1.19.post1 (2022-08-01)
28

39
### Fix

src/system/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
__version__ = "8.1.19"
44
__build__ = "2022072711"
5-
__cycle__ = ".post1"
5+
__cycle__ = ".post2"
66
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str

0 commit comments

Comments
 (0)