We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d244f4d + 9f7daf5 commit 0287fdbCopy full SHA for 0287fdb
doc/whats_new.rst
@@ -8,6 +8,7 @@ These are new features and improvements of note in each release
8
:local:
9
:backlinks: top
10
11
+.. include:: whatsnew/v0-1-1.txt
12
.. include:: whatsnew/v0-1-0.txt
13
.. include:: whatsnew/v006.txt
14
.. include:: whatsnew/v005.txt
doc/whatsnew/v0-1-2.txt
@@ -1,4 +1,4 @@
1
-v0.1.2 (latest in August 2019)
+v0.1.2 ()
2
++++++++++++++++++++++++++++++
3
4
setup.py
@@ -1,9 +1,11 @@
import os
from setuptools import setup
+
5
def read(fname):
6
return open(os.path.join(os.path.dirname(__file__), fname)).read()
7
setup(name='windpowerlib',
version='0.1.1',
description='Creating time series of wind power plants.',
0 commit comments