Skip to content

Commit

Permalink
Merge branch 'master' of github.com:oemof/oemof
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Mar 28, 2017
2 parents 013e11f + 738d038 commit b27b72a
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 42 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1.3"
__version__ = "0.1.4"

2 changes: 1 addition & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These are new features and improvements of note in each release
:local:
:backlinks: top

.. include:: whatsnew/v0-1-3.rst
.. include:: whatsnew/v0-1-4.rst
.. include:: whatsnew/v0-1-2.rst
.. include:: whatsnew/v0-1-1.rst
.. include:: whatsnew/v0-1-0.rst
Expand Down
18 changes: 0 additions & 18 deletions doc/whatsnew/v0-1-3.rst

This file was deleted.

28 changes: 7 additions & 21 deletions doc/whatsnew/v0-1-4.rst
Original file line number Diff line number Diff line change
@@ -1,32 +1,18 @@
v0.1.3dev ()
v0.1.3 (March 28, 2017)
++++++++++++++++++++++++++


API changes
###########


New features
############


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


Bug fixes
#########

* fix examples (`issue #298 <https://github.com/oemof/oemof_base/issues/298>`_)

Testing
#######


Other changes
Documentation
#############


* Adapt installation guide.

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


* Uwe Krien
* Stephan Günther
32 changes: 32 additions & 0 deletions doc/whatsnew/v0-1-5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
v0.1.3dev ()
++++++++++++++++++++++++++


API changes
###########


New features
############


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


Bug fixes
#########


Testing
#######


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



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

2 changes: 1 addition & 1 deletion oemof/__init__.py
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.1.3'
__version__ = '0.1.4'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def read(fname):
'scenarios',
'*.csv'),
os.path.join('solph', 'simple_dispatch','*.csv'),
os.path.join('solph', 'variable_chp','*.csv'),
os.path.join('solph', 'storage_investment','*.csv')
],
'oemof': [os.path.join('tools', 'default_files', '*.ini')]},
Expand Down

0 comments on commit b27b72a

Please sign in to comment.