Skip to content

Commit ba52ea4

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

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v8.1.20.post5 (2022-09-21)
2+
3+
### Feat
4+
5+
- **ia**: add LocaleUtils (#94)
6+
- **java**: add java.text.SimpleDateFormat class (#93)
7+
18
## v8.1.20.post4 (2022-09-13)
29

310
### Feat

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.20"
44
__build__ = "2022082313"
5-
__cycle__ = ".post4"
5+
__cycle__ = ".post5"
66
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str

0 commit comments

Comments
 (0)