From ca5eda18311bf009670871be3f64a23622017c88 Mon Sep 17 00:00:00 2001 From: sax Date: Wed, 12 Sep 2018 17:18:30 +0200 Subject: [PATCH] bump version --- CHANGES | 4 ++++ src/etools_datamart/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index f432cc154..252f9cb7c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.1 +--- +* Fixes wrong import in middleware + 1.0 --- * SystemFilters. Ability to force per user/service filters diff --git a/src/etools_datamart/__init__.py b/src/etools_datamart/__init__.py index ccbc1c271..37d72c00f 100644 --- a/src/etools_datamart/__init__.py +++ b/src/etools_datamart/__init__.py @@ -1,3 +1,3 @@ NAME = 'etools-datamart' -VERSION = __version__ = '1.0' +VERSION = __version__ = '1.1' __author__ = ''