Skip to content

Commit e1ee171

Browse files
committed
INIT: start of v0.17.0 cycle
1 parent 0683289 commit e1ee171

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/source/whatsnew.rst

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ What's New
1818

1919
These are new features and improvements of note in each release.
2020

21+
.. include:: whatsnew/v0.17.0.txt
22+
2123
.. include:: whatsnew/v0.16.2.txt
2224

2325
.. include:: whatsnew/v0.16.1.txt

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def build_extensions(self):
195195
MAJOR = 0
196196
MINOR = 16
197197
MICRO = 2
198-
ISRELEASED = True
198+
ISRELEASED = False
199199
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
200200
QUALIFIER = ''
201201

0 commit comments

Comments
 (0)