From 1b6f575692c52be119fd91a319082f2c9044b5fa Mon Sep 17 00:00:00 2001 From: sax Date: Fri, 30 Nov 2018 19:18:14 +0100 Subject: [PATCH] bump version --- CHANGES | 4 ++-- src/etools_datamart/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 79c706c30..25efa5264 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -1.7 (dev) ---------- +1.7 +--- * WARNINGS: migration reset * add YAML format * new 'Monitor' page to check dataset last update date diff --git a/src/etools_datamart/__init__.py b/src/etools_datamart/__init__.py index 775f70f33..d8a3c921b 100644 --- a/src/etools_datamart/__init__.py +++ b/src/etools_datamart/__init__.py @@ -1,3 +1,3 @@ NAME = 'etools-datamart' -VERSION = __version__ = '1.7a0' +VERSION = __version__ = '1.7' __author__ = ''