diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-05 17:28:03 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-05 17:28:03 +0100 |
| commit | 8b6fdb1344a03c7935da8baa3d899857b94f6926 (patch) | |
| tree | 5bdeb63205244e3260cb11b1e5a6169aecbd7bee | |
| parent | Code formatting (diff) | |
| download | AnnotateChange-8b6fdb1344a03c7935da8baa3d899857b94f6926.tar.gz AnnotateChange-8b6fdb1344a03c7935da8baa3d899857b94f6926.zip | |
update changelog and bump version
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | app/__init__.py | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7151666..28469cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 0.2.2 + +* Use [DataTables](https://datatables.net/) for the tables in the admin view +* Clarify some text in the demo +* Code improvements + ## Version 0.2.1 * Bugfix for config variables diff --git a/app/__init__.py b/app/__init__.py index 0de174a..6a3d269 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = "0.2.1" +__version__ = "0.2.2" import logging import os |
