Skip to content

Commit

Permalink
Bump version: 1.13 → 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Feb 1, 2019
1 parent 644ab13 commit 239b133
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.13
current_version = 1.14
commit = True
tag = False
allow_dirty = True
Expand Down
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
* migrations reset


1.13
1.14
---------
* new endpoint DPIndicator
* preload helpers

1.13
1.14
---------
* add impersonation
* fixes schema permission check
Expand Down
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?=0
DOCKER_PASS?=
DOCKER_USER?=
TARGET?=1.13
TARGET?=1.14
# below vars are used internally
BUILD_OPTIONS?=--squash
CMD?=datamart
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__ = '1.13a0'
VERSION = __version__ = '1.14a0'
__author__ = ''

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

0 comments on commit 239b133

Please sign in to comment.