From 3c966048a0b948d5485f065df9876e0469ef7a34 Mon Sep 17 00:00:00 2001 From: Greg Reinbach Date: Mon, 13 Apr 2020 15:26:40 -0400 Subject: [PATCH] Bump version to 2.13 --- docker/Makefile | 2 +- src/etools_datamart/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Makefile b/docker/Makefile index 69cc64d4e..677c33142 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -4,7 +4,7 @@ DATABASE_URL_ETOOLS?= DEVELOP?=1 DOCKER_PASS?= DOCKER_USER?= -TARGET?=2.11.1a +TARGET?=2.13.1a PUSH_BASE?=1 BASE?=$(shell echo "${TARGET}" | sed "s/\([0-9]*\)\.\([0-9]*\)\.\(.*\)/\1.\2/g" ) #BASE?=$(shell echo "${TARGET}" | sed "s/\([0-9]*\)\.\([0-9]*\)\.\(.*\)/\1.\2/g" | echo "`xargs`xx" ) diff --git a/src/etools_datamart/__init__.py b/src/etools_datamart/__init__.py index 31289bde7..c3bba0f54 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.12' +VERSION = __version__ = '2.13' __author__ = '' # UserWarning: The psycopg2 wheel package will be renamed from release 2.11;