diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bbb915..418034b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [In Development] - Unreleased +## [0.0.5] - 2023-04-18 + +### Added + +- Directory for translation files + + ## [0.0.4] - 2022-11-26 ### Added diff --git a/example/__init__.py b/example/__init__.py index f6bf73e..3e2a3a7 100644 --- a/example/__init__.py +++ b/example/__init__.py @@ -1,3 +1,4 @@ """Initialize the app""" -__version__ = "0.0.4" +__version__ = "0.0.5" +__title__ = "Example"