Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Mar 1, 2018
1 parent 5eaa763 commit be34e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CHANGES
=======

* Rename to hub2lab and add Makefile
* Bump version to 1.5.6
* Add --clean option and fix issue using gitlab token from others
* Add note in readme
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ clean:
find . -name '*~' -exec rm -f {} \;

release:
rm -rf dist/*
python setup.py bdist_egg
python setup.py sdist
twine upload dist/*

0 comments on commit be34e9e

Please sign in to comment.