diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-06 11:28:17 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-06 11:28:17 +0100 |
| commit | 99408f18b649d38ce826b710c188fef55e34527a (patch) | |
| tree | 7b04fcf45b08991d17baa9f3a4eb5fa9f18ea069 /app | |
| parent | bugfix for sorting datasets (diff) | |
| download | AnnotateChange-99408f18b649d38ce826b710c188fef55e34527a.tar.gz AnnotateChange-99408f18b649d38ce826b710c188fef55e34527a.zip | |
update changelog and bump version
Diffstat (limited to 'app')
| -rw-r--r-- | app/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
