Skip to content

Commit

Permalink
Bump version to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
reinbach committed Apr 27, 2020
1 parent f7cadfc commit bbeb2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DATABASE_URL_ETOOLS?=
DEVELOP?=1
DOCKER_PASS?=
DOCKER_USER?=
TARGET?=2.13.1b
TARGET?=2.14.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" )
Expand Down
2 changes: 1 addition & 1 deletion src/etools_datamart/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import warnings

NAME = 'etools-datamart'
VERSION = __version__ = '2.13'
VERSION = __version__ = '2.14'
__author__ = ''

# UserWarning: The psycopg2 wheel package will be renamed from release 2.11;
Expand Down

0 comments on commit bbeb2cb

Please sign in to comment.