We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaa763 commit be34e9eCopy full SHA for be34e9e
ChangeLog
@@ -1,6 +1,7 @@
1
CHANGES
2
=======
3
4
+* Rename to hub2lab and add Makefile
5
* Bump version to 1.5.6
6
* Add --clean option and fix issue using gitlab token from others
7
* Add note in readme
Makefile
@@ -17,6 +17,7 @@ clean:
17
find . -name '*~' -exec rm -f {} \;
18
19
release:
20
+ rm -rf dist/*
21
python setup.py bdist_egg
22
python setup.py sdist
23
twine upload dist/*
0 commit comments