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 e75f8cf commit 00dd124Copy full SHA for 00dd124
docs/sphinx/source/whatsnew.rst
@@ -6,6 +6,7 @@ What's New
6
7
These are new features and improvements of note in each release.
8
9
+.. include:: whatsnew/v0.3.1.txt
10
.. include:: whatsnew/v0.3.0.txt
11
.. include:: whatsnew/v0.2.2.txt
12
.. include:: whatsnew/v0.2.1.txt
docs/sphinx/source/whatsnew/v0.3.1.txt
@@ -0,0 +1,22 @@
1
+.. _whatsnew_0300:
2
+
3
+v0.3.1 (April ??, 2016)
4
+-----------------------
5
+This is a minor release from 0.3.0.
+We recommend that all users upgrade to this version.
+Enhancements
+~~~~~~~~~~~~
13
14
15
+Bug fixes
16
+~~~~~~~~~
17
18
19
20
+Contributors
21
22
pvlib/version.py
@@ -1 +1 @@
-__version__ = "0.3.0"
+__version__ = "0.3.1dev"
0 commit comments