Skip to content

Commit

Permalink
adapt 'what's new' and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Oct 20, 2015
1 parent f677a03 commit 7e0956a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions doc/whatsnew/v0007.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,41 @@ v0.0.7 (October 20, 2015)
New features
############

add a weather class to define the structure of the weather data input
* add a weather class to define the structure of the weather data input
* add example file to pass your own model class to the feedinlib


Documentation
#############

* correct some typos
* some distribtions are clearer now
* describe the used units


Testing
#######

* add more doctests
* removed obsolete tests


Bug fixes
#########

* does not overwrite class attributes (issue 7)


Other changes
#############

* rename classes to more describing names
* initialisation of a power plant changed (see README for details)


Contributors
############

Uwe Krien

Stephan Günther
Cord Kaldemeyer
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
sys.exit('%s requires Python 2.7, 3.3, or 3.4' % 'feedinlib')

setup(name='feedinlib',
version='0.0.6',
version='0.0.7',
description='Creating time series from pv or wind power plants.',
url='http://github.com/oemof/feedinlib',
author='oemof developing group',
Expand Down

0 comments on commit 7e0956a

Please sign in to comment.