Skip to content

Commit

Permalink
Release 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scls19fr committed Jun 7, 2019
1 parent de327d3 commit 9a01df4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,12 @@ in every released version.

- Released: 20zz-yy-xx

### Version 1.6.7

- Released: 2019-06-07
- Issues/Enhancements:
- Update release procedure for manual Pypi upload

### Version 1.6.6

- Released: 2019-06-07
Expand Down
3 changes: 2 additions & 1 deletion release-procedure.md
Expand Up @@ -61,7 +61,8 @@ Upload
```
git clean -xfd
python setup.py register sdist bdist_wheel --universal
python setup.py sdist bdist_wheel upload
python setup.py sdist bdist_wheel
twine upload dist/*
```

## Verify on PyPI
Expand Down
2 changes: 1 addition & 1 deletion windrose/version.py
@@ -1,7 +1,7 @@
__author__ = "Lionel Roubeyrie"
__credits__ = ["Sebastien Celles"]
__email__ = "s.celles@gmail.com"
__version__ = "1.6.6"
__version__ = "1.6.7"
__license__ = "CeCILL-B OR BSD-3-Clause"
__url__ = "https://github.com/python-windrose/windrose"
__maintainer__ = "Sebastien Celles"

2 comments on commit 9a01df4

@scls19fr
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closes #116

@scls19fr
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skip v1.6.6 because I accidentally publish it on Pypi and despite I remove it on Pypi, it seems I can't use this numbering again
See pypa/packaging-problems#74

Please sign in to comment.