Skip to content

Commit 42913b1

Browse files
committed
Release 1.6.5
1 parent bbbeee1 commit 42913b1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ All notable changes to this code base will be documented in this file,
66
in every released version.
77

88
### Version 1.6.x
9-
- Released: 201x-xx-xx
9+
- Released: 20zz-yy-xx
10+
11+
### Version 1.6.5
12+
- Released: 2018-08-30
1013
- Issues/Enhancements:
1114
- Issue #99. Fix scatter plot direction
1215

release-procedure.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
* Ensure supported Python versions in `setup.py` and `.travis.yml` are corrects
1+
* Ensure supported Python versions in `setup.py` and `.travis.yml` are corrects
22

3-
* Ensure windrose version is up to date in `version.py`
3+
* Ensure windrose version is up to date in `version.py`
4+
5+
* Ensure `CHANGELOG.md` have been updated
46

57
* Tag commit and push to github
68

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.4'
4+
__version__ = '1.6.5'
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)