Skip to content

Commit 9a01df4

Browse files
committed
Release 1.6.7
1 parent de327d3 commit 9a01df4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

release-procedure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ Upload
6161
```
6262
git clean -xfd
6363
python 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

windrose/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__author__ = "Lionel Roubeyrie"
22
__credits__ = ["Sebastien Celles"]
33
__email__ = "[email protected]"
4-
__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"

0 commit comments

Comments
 (0)