From 1d5f92ac2101cf53754ffa4615e75bcd10dc1506 Mon Sep 17 00:00:00 2001 From: saxix Date: Tue, 17 Sep 2019 15:25:32 +0200 Subject: [PATCH] bump version --- .bumpversion.cfg | 2 +- CHANGES | 6 +++--- docker/Makefile | 2 +- src/etools_datamart/__init__.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ee6c58236..6daa5cdb0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0a12 +current_version = 2.1 commit = False tag = False allow_dirty = True diff --git a/CHANGES b/CHANGES index 2784ffcc5..f239a55a3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ -2.1 (dev) ---------- -* Fixes +2.1 +--- +* Fixes TripLoader * add lat/lng info to datamart/interventions/ * add centroid/lat/lng info to datamart/locations/ * add extra filter to datamart/t2f/trips/ diff --git a/docker/Makefile b/docker/Makefile index debe48c58..87e292fbc 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -4,7 +4,7 @@ DATABASE_URL_ETOOLS?= DEVELOP?=1 DOCKER_PASS?= DOCKER_USER?= -TARGET?=2.1.0a12 +TARGET?=2.1 BASE=2.0 # below vars are used internally BUILD_OPTIONS?=--squash diff --git a/src/etools_datamart/__init__.py b/src/etools_datamart/__init__.py index 39d7e915c..3dfd65063 100644 --- a/src/etools_datamart/__init__.py +++ b/src/etools_datamart/__init__.py @@ -1,7 +1,7 @@ import warnings NAME = 'etools-datamart' -VERSION = __version__ = '2.1.0a12' +VERSION = __version__ = '2.1' __author__ = '' # UserWarning: The psycopg2 wheel package will be renamed from release 2.8;