Skip to content

Commit 6c88995

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

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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.19.post3 (2022-08-02)
2+
3+
### Fix
4+
5+
- **ia**: change the return type of dataset columns (#50)
6+
7+
### Refactor
8+
9+
- use java.lang.String for continuation/continuationPoint
10+
111
## v8.1.19.post2 (2022-08-02)
212

313
### 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__ = ".post2"
5+
__cycle__ = ".post3"
66
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str

0 commit comments

Comments
 (0)