File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3131extensions = [
3232 'sphinx.ext.autodoc' ,
3333 'sphinx.ext.viewcode' ,
34- 'sphinx.ext.pngmath ' ,
34+ 'sphinx.ext.imgmath ' ,
3535 'sphinx.ext.napoleon'
3636
3737]
Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff line change 1- v0.1.7 ()
1+ v0.1.7 (January 27, 2021 )
22+++++++++++++++++++++++++
33
44New features
@@ -25,3 +25,4 @@ Contributors
2525* Steffen Wehkamp
2626* Patrik Schönfeldt
2727* Uwe Krien
28+
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ def read(fname):
1212
1313
1414setup (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 ' ,
19192020 description = 'Demandlib of the open energy modelling framework' ,
2121 long_description = read ('README.rst' ),
You can’t perform that action at this time.
0 commit comments