aboutsummaryrefslogtreecommitdiff
path: root/app/__init__.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-06-07 13:45:55 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-06-07 13:45:55 +0100
commit56ffb5ad12d89fe006bb25035d49f40802bf0b2f (patch)
treec3075d44cd497b3dc132648575c425cc2d96d706 /app/__init__.py
parentReorganise static folder (diff)
downloadAnnotateChange-56ffb5ad12d89fe006bb25035d49f40802bf0b2f.tar.gz
AnnotateChange-56ffb5ad12d89fe006bb25035d49f40802bf0b2f.zip
bump version and update changelog
Diffstat (limited to 'app/__init__.py')
-rw-r--r--app/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/__init__.py b/app/__init__.py
index 2842ecb..403233e 100644
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-__version__ = "0.2.3"
+__version__ = "0.2.4"
import logging
import os