File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ v0.2.1 ()
2+ ++++++++++++++++++++++++++++++
3+
4+ API changes
5+ #############
6+
7+
8+ Other changes
9+ #############
10+
11+
12+ Documentation
13+ #############
14+
15+ Bug fixes
16+ ###########
17+
18+
19+ Contributors
20+ ############
21+
22+
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def read(fname):
77
88
99setup (name = 'windpowerlib' ,
10- version = '0.2.0 ' ,
10+ version = '0.2.1dev ' ,
1111 description = 'Creating time series of wind power plants.' ,
1212 url = 'http://github.com/wind-python/windpowerlib' ,
1313 author = 'oemof developer group' ,
Original file line number Diff line number Diff line change 11__copyright__ = "Copyright oemof developer group"
22__license__ = "GPLv3"
3- __version__ = '0.2.0 '
3+ __version__ = '0.2.1dev '
44
55from windpowerlib .wind_turbine import WindTurbine
66from windpowerlib .wind_farm import WindFarm
You can’t perform that action at this time.
0 commit comments