Skip to content

Commit ba2d842

Browse files
committed
update metadata (new version) and changelog
1 parent 83938b6 commit ba2d842

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/source/ChangeLog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ ChangeLog Summary
33

44
Version 0.7 (aug 2017)
55
-----------------------
6+
7+
* 0.7.2:
8+
9+
* NEWS:
10+
* add Taylor windows
11+
612
* 0.7.1:
713

814
* NEWS:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
_MAJOR = 0
1111
_MINOR = 7
12-
_MICRO = 1
12+
_MICRO = 2
1313
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
1414
release = '%d.%d' % (_MAJOR, _MINOR)
1515

0 commit comments

Comments
 (0)