diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf2c3a..06e1b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Matemat Changelog + +## Version 0.2.12 + +Bugfix release + +### Changes + + +- Fix layout issues in transfer/deposit entry form +- Add missing email field in signup form + + + + ## Version 0.2.11 diff --git a/matemat/__init__.py b/matemat/__init__.py index b890880..3d84215 100644 --- a/matemat/__init__.py +++ b/matemat/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.2.11' +__version__ = '0.2.12' diff --git a/package/debian/matemat/DEBIAN/control b/package/debian/matemat/DEBIAN/control index 94ff7e6..a988eeb 100644 --- a/package/debian/matemat/DEBIAN/control +++ b/package/debian/matemat/DEBIAN/control @@ -1,5 +1,5 @@ Package: matemat -Version: 0.2.11 +Version: 0.2.12 Maintainer: s3lph Section: web Priority: optional