diff --git a/docs/sphinx/source/whatsnew.rst b/docs/sphinx/source/whatsnew.rst index 48ed18ab78..415fde40dc 100644 --- a/docs/sphinx/source/whatsnew.rst +++ b/docs/sphinx/source/whatsnew.rst @@ -6,4 +6,5 @@ What's New These are new features and improvements of note in each release. +.. include:: whatsnew/v0.2.0.txt .. include:: whatsnew/v0.1.0.txt diff --git a/docs/sphinx/source/whatsnew/v0.1.0.txt b/docs/sphinx/source/whatsnew/v0.1.0.txt index e1da046bb6..cf84ab8cc7 100644 --- a/docs/sphinx/source/whatsnew/v0.1.0.txt +++ b/docs/sphinx/source/whatsnew/v0.1.0.txt @@ -1,6 +1,6 @@ .. _whatsnew_0100: -v0.1.0 (March 17, 2015) +v0.1.0 (April 20, 2015) ----------------------- This is the first official release of the pvlib-python project. diff --git a/docs/sphinx/source/whatsnew/v0.2.0.txt b/docs/sphinx/source/whatsnew/v0.2.0.txt new file mode 100644 index 0000000000..345a22365a --- /dev/null +++ b/docs/sphinx/source/whatsnew/v0.2.0.txt @@ -0,0 +1,34 @@ +.. _whatsnew_0200: + +v0.2.0 (??, 2015) +----------------------- + +This is a major release from 0.1 and includes a small number of API changes, +several new features and enhancements along with a number of bug fixes. +We recommend that all users upgrade to this version. + + +API changes +~~~~~~~~~~~ + + + +Enhancements +~~~~~~~~~~~~ + +* PEP8 fixups to solarposition.py and spa.py (:issue:`50`) + + +Bug fixes +~~~~~~~~~ + +* fix local build of the documentation (:issue:`49`, :issue:`56`) +* The release date of 0.1 was fixed in the documentation + (see :ref:`whatsnew_0100`) + +Contributors +~~~~~~~~~~~~ + +* Will Holmgren +* Rob Andrews +* bmu diff --git a/pvlib/version.py b/pvlib/version.py index 3dc1f76bc6..44ecbe1dbf 100644 --- a/pvlib/version.py +++ b/pvlib/version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0dev"