aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--app/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4297711..80e2f0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## Version 0.1.3
+
+* Add admin view of annotations
+
## Version 0.1.2
* Add support for restricting access to certain email domains or addresses
diff --git a/app/__init__.py b/app/__init__.py
index a031a53..99d7410 100644
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-__version__ = "0.1.2"
+__version__ = "0.1.3"
import logging
import os