Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
beraldoleal committed Jul 12, 2019
1 parent d2085e4 commit b2b8bcb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This is a log of changes made to the *kytos-utils* project.
UNRELEASED - Under development
******************************

[2019.1] - "fafa" stable - 2019-07-12
*************************************

- This is the stable version based on the last beta pre-releases.
No changes since the last rc1.

[2019.1rc1] - "fafa" rc1 - 2019-07-05
**************************************
Changed
Expand Down
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
prepare:
pip3.7 install --upgrade pip setuptools wheel twine

clean:
rm -rf build/ dist/ *.egg-info/

build: clean
python3.7 setup.py sdist bdist_wheel

testupload: build
twine upload -r pypitest dist/*

upload: build
twine upload dist/*

0 comments on commit b2b8bcb

Please sign in to comment.