We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0683289 commit e1ee171Copy full SHA for e1ee171
doc/source/whatsnew.rst
@@ -18,6 +18,8 @@ What's New
18
19
These are new features and improvements of note in each release.
20
21
+.. include:: whatsnew/v0.17.0.txt
22
+
23
.. include:: whatsnew/v0.16.2.txt
24
25
.. include:: whatsnew/v0.16.1.txt
setup.py
@@ -195,7 +195,7 @@ def build_extensions(self):
195
MAJOR = 0
196
MINOR = 16
197
MICRO = 2
198
-ISRELEASED = True
+ISRELEASED = False
199
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
200
QUALIFIER = ''
201
0 commit comments