-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #604 from oemof/release/v0.3.1
Release/v0.3.1
- Loading branch information
Showing
7 changed files
with
69 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = "0.3.0" | ||
__version__ = "0.3.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,19 @@ | ||
v0.3.1 (September ??, 2019) | ||
v0.3.1 (June 11, 2019) | ||
++++++++++++++++++++++++++ | ||
|
||
|
||
API changes | ||
########### | ||
|
||
* something | ||
|
||
New features | ||
############ | ||
|
||
* something | ||
|
||
New components | ||
############## | ||
|
||
* something | ||
|
||
Documentation | ||
############# | ||
|
||
* something | ||
|
||
Known issues | ||
############ | ||
|
||
* something | ||
|
||
Bug fixes | ||
######### | ||
|
||
* something | ||
|
||
Testing | ||
####### | ||
|
||
* something | ||
|
||
Other changes | ||
############# | ||
|
||
* something | ||
* The API of the GenericStorage changed. Due to the open structure of solph | ||
the old parameters are still accepted. Therefore users may not notice that | ||
the default value is used instead of the given value after an update from | ||
v0.2.x to v0.3.x. With this version an error is raised. We work on a | ||
structure to avoid such problems in the future. | ||
|
||
Contributors | ||
############ | ||
|
||
* something | ||
* Patrik Schönfeldt | ||
* Stephan Günther | ||
* Uwe Krien |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from pkgutil import extend_path | ||
__path__ = extend_path(__path__, __name__) | ||
|
||
__version__ = '0.3.0' | ||
__version__ = '0.3.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters