Skip to content

Commit

Permalink
Add new whatsnew file and bumb version number to 0.2.2dev
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Mar 9, 2021
1 parent 70f09b4 commit 59835c3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ These are new features and improvements of note in each release
:local:
:backlinks: top

.. include:: whatsnew/v0-2-2.rst
.. include:: whatsnew/v0-2-1.rst
.. include:: whatsnew/v0-2-0.rst
.. include:: whatsnew/v0-1-3.rst
Expand Down
6 changes: 6 additions & 0 deletions doc/whatsnew/v0-2-2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v0.2.2 ()
++++++++++++++++++++++++++++++

Contributors
############
* Author
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="windpowerlib",
version="0.2.1",
version="0.2.2dev0",
description="Creating time series of wind power plants.",
url="http://github.com/wind-python/windpowerlib",
author="oemof developer group",
Expand Down
2 changes: 1 addition & 1 deletion windpowerlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__copyright__ = "Copyright oemof developer group"
__license__ = "MIT"
__version__ = "0.2.1"
__version__ = "0.2.2dev0"

from .wind_turbine import WindTurbine # noqa: F401
from .data import get_turbine_types # noqa: F401
Expand Down

0 comments on commit 59835c3

Please sign in to comment.