Skip to content

Commit 060e967

Browse files
committed
DOC: add v0.15.0.txt to whatsnew.txt
1 parent d839555 commit 060e967

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/source/whatsnew.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ What's New
1717

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

20+
.. include:: v0.15.0.txt
21+
2022
.. include:: v0.14.1.txt
2123

2224
.. include:: v0.14.0.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def build_extensions(self):
193193
MAJOR = 0
194194
MINOR = 14
195195
MICRO = 1
196-
ISRELEASED = True
196+
ISRELEASED = False
197197
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
198198
QUALIFIER = ''
199199

0 commit comments

Comments
 (0)