Skip to content

Commit

Permalink
chore(release): prepare for v8.1.20.post5
Browse files Browse the repository at this point in the history
Signed-off-by: César Román <thecesrom@gmail.com>
  • Loading branch information
César Román committed Sep 21, 2022
1 parent f0e8e75 commit ba52ea4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v8.1.20.post5 (2022-09-21)

### Feat

- **ia**: add LocaleUtils (#94)
- **java**: add java.text.SimpleDateFormat class (#93)

## v8.1.20.post4 (2022-09-13)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion src/system/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

__version__ = "8.1.20"
__build__ = "2022082313"
__cycle__ = ".post4"
__cycle__ = ".post5"
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str

0 comments on commit ba52ea4

Please sign in to comment.