Skip to content

Commit 0287fdb

Browse files
committed
Merge branch 'dev' of github.com:wind-python/windpowerlib
2 parents d244f4d + 9f7daf5 commit 0287fdb

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

doc/whats_new.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ These are new features and improvements of note in each release
88
:local:
99
:backlinks: top
1010

11+
.. include:: whatsnew/v0-1-1.txt
1112
.. include:: whatsnew/v0-1-0.txt
1213
.. include:: whatsnew/v006.txt
1314
.. include:: whatsnew/v005.txt

doc/whatsnew/v0-1-2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.1.2 (latest in August 2019)
1+
v0.1.2 ()
22
++++++++++++++++++++++++++++++
33

44

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import os
22
from setuptools import setup
33

4+
45
def read(fname):
56
return open(os.path.join(os.path.dirname(__file__), fname)).read()
67

8+
79
setup(name='windpowerlib',
810
version='0.1.1',
911
description='Creating time series of wind power plants.',

0 commit comments

Comments
 (0)