Skip to content

Commit 109c25e

Browse files
authored
Merge pull request #37 from oemof/release/0.1.7
Release v0.1.7
2 parents 3b5476a + b91f675 commit 109c25e

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Install the demandlib using pypi:
2626

2727
pip install demandlib
2828

29-
You can also install the beta version with the most actual changes:
29+
You can also install the beta version with the most recent changes:
3030

3131
::
3232

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
extensions = [
3232
'sphinx.ext.autodoc',
3333
'sphinx.ext.viewcode',
34-
'sphinx.ext.pngmath',
34+
'sphinx.ext.imgmath',
3535
'sphinx.ext.napoleon'
3636

3737
]

doc/whats_new.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ These are new features and improvements of note in each release
88
:local:
99
:backlinks: top
1010

11-
.. include:: whatsnew/v017.txt
12-
.. include:: whatsnew/v016.txt
13-
.. include:: whatsnew/v015.txt
14-
.. include:: whatsnew/v014.txt
15-
.. include:: whatsnew/v011.txt
16-
.. include:: whatsnew/v010.txt
11+
.. include:: whatsnew/v017.rst
12+
.. include:: whatsnew/v016.rst
13+
.. include:: whatsnew/v015.rst
14+
.. include:: whatsnew/v014.rst
15+
.. include:: whatsnew/v011.rst
16+
.. include:: whatsnew/v010.rst
17+

doc/whatsnew/v017.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.1.7 ()
1+
v0.1.7 (January 27, 2021)
22
+++++++++++++++++++++++++
33

44
New features
@@ -25,3 +25,4 @@ Contributors
2525
* Steffen Wehkamp
2626
* Patrik Schönfeldt
2727
* Uwe Krien
28+

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ def read(fname):
1212

1313

1414
setup(name='demandlib',
15-
version='0.1.7dev',
15+
version='0.1.7',
1616
author='oemof developer group',
1717
url='https://oemof.org/',
18-
license='GPL3',
18+
license='MIT',
1919
author_email='[email protected]',
2020
description='Demandlib of the open energy modelling framework',
2121
long_description=read('README.rst'),

0 commit comments

Comments
 (0)