Skip to content

Commit 0aeee7b

Browse files
committed
update version and add whatsnew
1 parent ab03327 commit 0aeee7b

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

doc/whatsnew/v0-2-0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
v0.2.0 ()
2+
++++++++++++++++++++++++++++++
3+
4+
New features
5+
############
6+
7+
Bug fixes
8+
#########
9+
10+
API changes
11+
###########
12+
13+
Other changes
14+
#############
15+
16+
Testing
17+
#######
18+
19+
Deprecations
20+
############
21+
22+
23+
Contributors
24+
############

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77

88

99
setup(name='windpowerlib',
10-
version='0.1.2',
10+
version='0.2.0dev',
1111
description='Creating time series of wind power plants.',
1212
url='http://github.com/wind-python/windpowerlib',
1313
author='oemof developer group',

windpowerlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__copyright__ = "Copyright oemof developer group"
22
__license__ = "GPLv3"
3-
__version__ = '0.1.2'
3+
__version__ = '0.2.0dev'
44

55
from windpowerlib.wind_turbine import WindTurbine
66
from windpowerlib.wind_farm import WindFarm

0 commit comments

Comments
 (0)