Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Feb 1, 2019
1 parent 239b133 commit e4f813e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ serialize =
{major}.{minor}

[bumpversion:file:docker/Makefile]
serialize =
{major}.{minor}{release}{num}

[bumpversion:file:src/etools_datamart/__init__.py]
serialize =
{major}.{minor}{release}{num}
{major}.{minor}

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.14a0'
VERSION = __version__ = '1.14'
__author__ = ''

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

0 comments on commit e4f813e

Please sign in to comment.