diff --git a/constants.py b/constants.py index 6e93650..dbf1f0b 100644 --- a/constants.py +++ b/constants.py @@ -26,4 +26,4 @@ IMGPATH = config["Resources"]["ImgPath"] # Private TMPVOICEDIR = 'tmp' LOGDIR = 'log' -VERSION = '0.4.0\-alpha' +VERSION = '0.4.0' diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 8d02834..b906b77 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -3,6 +3,12 @@ gitea: none include_toc: true --- +## v0.4.0 +### Misc + +- Fix `VERSION` in `constants.py` to allow Telegram markup +- Fix Italian translation + ## v0.4.0-alpha ### Features