From 04ca9906dccbfd290a08aef037873302ff7eac3d Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Tue, 7 Nov 2017 17:58:26 +0100 Subject: Version 0.11.0 --- __init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 13ff905..1740b96 100644 --- a/__init__.py +++ b/__init__.py @@ -13,5 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with celcatsanitizer. If not, see . -VERSION = "dev" +VERSION = "0.11" +__version__ = VERSION + default_app_config = "edt.apps.EdtConfig" -- cgit v1.2.1