File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ in every released version.
99
1010- Released: 20zz-yy-xx
1111
12+ ### Version 1.6.7
13+
14+ - Released: 2019-06-07
15+ - Issues/Enhancements:
16+ - Update release procedure for manual Pypi upload
17+
1218### Version 1.6.6
1319
1420- Released: 2019-06-07
Original file line number Diff line number Diff line change 6161```
6262git clean -xfd
6363python setup.py register sdist bdist_wheel --universal
64- python setup.py sdist bdist_wheel upload
64+ python setup.py sdist bdist_wheel
65+ twine upload dist/*
6566```
6667
6768## Verify on PyPI
Original file line number Diff line number Diff line change 11__author__ = "Lionel Roubeyrie"
22__credits__ = ["Sebastien Celles" ]
334- __version__ = "1.6.6 "
4+ __version__ = "1.6.7 "
55__license__ = "CeCILL-B OR BSD-3-Clause"
66__url__ = "https://github.com/python-windrose/windrose"
77__maintainer__ = "Sebastien Celles"
You can’t perform that action at this time.
0 commit comments