Skip to content

Commit

Permalink
Makefile and history
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Sep 25, 2017
1 parent d3b7e42 commit 4b320d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ History
0.2.0 (2017-09-25)
++++++++++++++++++

* History and tooling scripts
* Functioning API with Sanic server
* Versioning tools

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ history:
pyhi add "$(h)"

history-update:
V=$(python setup.py -V); pyhi update $(V);
V=$(python setup.py -V); pyhi update $V;

lint:
flake8 merkava test
Expand Down

0 comments on commit 4b320d1

Please sign in to comment.