Skip to content

Commit c0edac4

Browse files
committed
Merge pull request #57 from bmu/prepare_0.2
Prepare 0.2
2 parents f1e7553 + 2246f5a commit c0edac4

File tree

4 files changed

+37
-2
lines changed

4 files changed

+37
-2
lines changed

docs/sphinx/source/whatsnew.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ What's New
66

77
These are new features and improvements of note in each release.
88

9+
.. include:: whatsnew/v0.2.0.txt
910
.. include:: whatsnew/v0.1.0.txt

docs/sphinx/source/whatsnew/v0.1.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_0100:
22

3-
v0.1.0 (March 17, 2015)
3+
v0.1.0 (April 20, 2015)
44
-----------------------
55

66
This is the first official release of the pvlib-python project.
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.. _whatsnew_0200:
2+
3+
v0.2.0 (??, 2015)
4+
-----------------------
5+
6+
This is a major release from 0.1 and includes a small number of API changes,
7+
several new features and enhancements along with a number of bug fixes.
8+
We recommend that all users upgrade to this version.
9+
10+
11+
API changes
12+
~~~~~~~~~~~
13+
14+
15+
16+
Enhancements
17+
~~~~~~~~~~~~
18+
19+
* PEP8 fixups to solarposition.py and spa.py (:issue:`50`)
20+
21+
22+
Bug fixes
23+
~~~~~~~~~
24+
25+
* fix local build of the documentation (:issue:`49`, :issue:`56`)
26+
* The release date of 0.1 was fixed in the documentation
27+
(see :ref:`whatsnew_0100`)
28+
29+
Contributors
30+
~~~~~~~~~~~~
31+
32+
* Will Holmgren
33+
* Rob Andrews
34+
* bmu

pvlib/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0dev"

0 commit comments

Comments
 (0)