File tree Expand file tree Collapse file tree 3 files changed +50
-1
lines changed Expand file tree Collapse file tree 3 files changed +50
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ What's New
1717
1818These 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
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def build_extensions(self):
191191MAJOR = 0
192192MINOR = 13
193193MICRO = 1
194- ISRELEASED = True
194+ ISRELEASED = False
195195VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
196196QUALIFIER = ''
197197
You can’t perform that action at this time.
0 commit comments