From 9006495aecfa6f518c5af5bd6fb50baeb4363999 Mon Sep 17 00:00:00 2001 From: s3lph Date: Fri, 8 Feb 2019 05:01:44 +0100 Subject: [PATCH] Updated Matemat version to 0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ matemat/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b5b47..60e748f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Matemat Changelog + +## Version 0.1.1 + +Minor bugfix release. + +### Changes + + +- Fixed: 500 Error when attempting to change the password with a wrong old password. + + + + + ## Version 0.1 diff --git a/matemat/__init__.py b/matemat/__init__.py index 373d726..6655893 100644 --- a/matemat/__init__.py +++ b/matemat/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.1' +__version__ = '0.1.1'