1
0
Fork 0
forked from s3lph/matemat

Updated Matemat version to 0.1.1

This commit is contained in:
s3lph 2019-02-08 05:01:44 +01:00
parent 46fe1c776c
commit 9006495aec
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# Matemat Changelog
<!-- BEGIN RELEASE v0.1.1 -->
## Version 0.1.1
Minor bugfix release.
### Changes
<!-- BEGIN CHANGES 0.1.1 -->
- Fixed: 500 Error when attempting to change the password with a wrong old password.
<!-- END CHANGES 0.1.1 -->
<!-- END RELEASE v0.1.1 -->
<!-- BEGIN RELEASE v0.1 -->
## Version 0.1

View file

@ -1,2 +1,2 @@
__version__ = '0.1'
__version__ = '0.1.1'