We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d839555 commit 060e967Copy full SHA for 060e967
doc/source/whatsnew.rst
@@ -17,6 +17,8 @@ What's New
17
18
These are new features and improvements of note in each release.
19
20
+.. include:: v0.15.0.txt
21
+
22
.. include:: v0.14.1.txt
23
24
.. include:: v0.14.0.txt
setup.py
@@ -193,7 +193,7 @@ def build_extensions(self):
193
MAJOR = 0
194
MINOR = 14
195
MICRO = 1
196
-ISRELEASED = True
+ISRELEASED = False
197
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
198
QUALIFIER = ''
199
0 commit comments