From 1c93933119a88d4f83f6bebac0e3c4ffc4c130e2 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 20 May 2019 14:23:39 -0400 Subject: Bugfix for registration email restriction --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/__init__.py') diff --git a/app/__init__.py b/app/__init__.py index b5de772..864de2b 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = "0.1.4" +__version__ = "0.1.5" import logging import os -- cgit v1.2.3