diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e748f..c9a2aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Matemat Changelog + +## Version 0.2 + +Switch web framework, UI fixes. + +### Changes + + +- Migrate from custom web framework to bottle.py +- Minor UI changes, more touchscreen-friendly + + + + ## Version 0.1.1 diff --git a/matemat/__init__.py b/matemat/__init__.py index 6655893..c1ae7f9 100644 --- a/matemat/__init__.py +++ b/matemat/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.1.1' +__version__ = '0.2'