Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:wind-python/windpowerlib
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Jan 31, 2019
2 parents d244f4d + 9f7daf5 commit 0287fdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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-1-1.txt
.. include:: whatsnew/v0-1-0.txt
.. include:: whatsnew/v006.txt
.. include:: whatsnew/v005.txt
2 changes: 1 addition & 1 deletion doc/whatsnew/v0-1-2.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.1.2 (latest in August 2019)
v0.1.2 ()
++++++++++++++++++++++++++++++


Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import os
from setuptools import setup


def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


setup(name='windpowerlib',
version='0.1.1',
description='Creating time series of wind power plants.',
Expand Down

0 comments on commit 0287fdb

Please sign in to comment.