diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | app/__init__.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 28469cb..76dc43a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.2.3 + +* Bugfix for sorting datasets that caused a crash + ## Version 0.2.2 * Use [DataTables](https://datatables.net/) for the tables in the admin view diff --git a/app/__init__.py b/app/__init__.py index 6a3d269..2842ecb 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = "0.2.2" +__version__ = "0.2.3" import logging import os |
