Skip to content

Commit a0121bb

Browse files
author
y-p
committed
RLS: kick off new release cycle
1 parent d10a658 commit a0121bb

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

doc/source/v0.14.0.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
.. _whatsnew_0140:
2+
3+
v0.14.0 (May ? , 2014)
4+
----------------------
5+
6+
This is a major release from 0.13.1 and includes a small number of API changes, several new features,
7+
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
8+
users upgrade to this version.
9+
10+
Highlights include:
11+
12+
-
13+
14+
15+
API changes
16+
~~~~~~~~~~~
17+
18+
Prior Version Deprecations/Changes
19+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20+
21+
There are no announced changes in 0.13.1 or prior that are taking effect as of 0.14.0
22+
23+
Deprecations
24+
~~~~~~~~~~~~
25+
26+
There are no deprecations of prior behavior in 0.14.0
27+
28+
Enhancements
29+
~~~~~~~~~~~~
30+
31+
Performance
32+
~~~~~~~~~~~
33+
34+
35+
Experimental
36+
~~~~~~~~~~~~
37+
38+
There are no experimental changes in 0.14.0
39+
40+
Bug Fixes
41+
~~~~~~~~~
42+
43+
See :ref:`V0.14.0 Bug Fixes<release.bug_fixes-0.14.0>` for an extensive list of bugs that have been fixed in 0.14.0.
44+
45+
See the :ref:`full release notes
46+
<release>` or issue tracker
47+
on GitHub for a complete list of all API changes, Enhancements and Bug Fixes.

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.14.0.txt
21+
2022
.. include:: v0.13.1.txt
2123

2224
.. include:: v0.13.0.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def build_extensions(self):
191191
MAJOR = 0
192192
MINOR = 13
193193
MICRO = 1
194-
ISRELEASED = True
194+
ISRELEASED = False
195195
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
196196
QUALIFIER = ''
197197

0 commit comments

Comments
 (0)