Skip to content

Commit

Permalink
merge release/1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Nov 3, 2018
2 parents 3018e0f + 6d36458 commit dc6d919
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.4.1
-----
* fixes dependencies

1.4
---
* WARNINGS: migration reset
Expand Down
21 changes: 7 additions & 14 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/etools_datamart/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NAME = 'etools-datamart'
VERSION = __version__ = '1.4'
VERSION = __version__ = '1.4.1'
__author__ = ''
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ deps =


commands =
; pipenv install -d --deploy --ignore-pipfile
pipenv sync -d
pipenv install -d --deploy --ignore-pipfile
pipenv run pre-commit run --all-files
pipenv run pre-commit run --all-files --hook-stage push
pipenv run pre-commit run --all-files --hook-stage manual
Expand Down

0 comments on commit dc6d919

Please sign in to comment.