========== manuskript-0.13.1 ==========

This commit is contained in:
TheJackiMonster 2021-12-13 14:30:49 +01:00
parent dc86e3b14e
commit 9ccf665e12
No known key found for this signature in database
GPG key ID: D850A5F772E880F9
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## [0.13.0](https://github.com/olivierkes/manuskript/tree/HEAD)
## [0.13.1](https://github.com/olivierkes/manuskript/tree/HEAD)
[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.12.0...HEAD)

View file

@ -3,7 +3,7 @@
# Single source the package version
# https://packaging.python.org/guides/single-sourcing-package-version/
__version__ = "0.13.0"
__version__ = "0.13.1"
def getVersion():
return __version__