bump version

This commit is contained in:
Robin Müller 2023-02-19 13:20:09 +01:00
parent 1f1d7ab62a
commit c40db0c10d
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 9 additions and 2 deletions

View File

@ -8,4 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.3.0]
- Description parser is now more generic and parses a list of meta informations.
- Added support for skip directive when parsing meta information.
# [v0.2.0]
- Remove `logging` module and move to more pythonic logging usage.

View File

@ -1,5 +1,5 @@
__version__ = "0.2.0"
__version__ = "0.3.0"
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_MINOR = 3
VERSION_REVISION = 0