File tree Expand file tree Collapse file tree 8 files changed +14
-6
lines changed Expand file tree Collapse file tree 8 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
- <img align =" right " width =" 300 " height =" 300 " src =" https://github. com/openego/ding0/blob /dev/doc/images/DING0_Logo_300px.png " >
1
+ <img align =" right " width =" 300 " height =" 300 " src =" https://raw.githubusercontent. com/openego/ding0/dev/doc/images/DING0_Logo_300px.png " >
2
2
3
3
[ ![ Documentation Status] ( https://readthedocs.org/projects/ding0/badge/?version=dev )] ( http://dingo.readthedocs.io/en/dev )
4
4
[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.834751.svg )] ( https://doi.org/10.5281/zenodo.834751 )
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ dependencies:
36
36
- conda-forge::libgdal
37
37
38
38
- pip :
39
- - egoio >= 0.4.5
39
+ - egoio == 0.4.8
40
40
- oedialect == 0.0.10
41
41
- pypsa >= 0.11.0, <= 0.17.1
Original file line number Diff line number Diff line change 124
124
# built documents.
125
125
#
126
126
# The short X.Y version.
127
- version = '0.2.0 '
127
+ version = '0.2.1 '
128
128
# The full version, including alpha/beta/rc tags.
129
129
#release = '0.1.10'
130
130
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ See what's new as per release!
8
8
:local:
9
9
:backlinks: top
10
10
11
+ .. include :: whatsnew/v0-2-1.rst
11
12
.. include :: whatsnew/v0-2-0.rst
12
13
.. include :: whatsnew/v0-1-12.rst
13
14
.. include :: whatsnew/v0-1-10.rst
Original file line number Diff line number Diff line change
1
+ Release v0.2.1 (May 29, 2021)
2
+ +++++++++++++++++++++++++++++
3
+
4
+ Changes
5
+ -------
6
+
7
+ Release to fix ego.io dependency in v0.2.0 (PyPI did not accept git link)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pyproj == 3.0.1
5
5
sqlalchemy <= 1.3.24
6
6
geoalchemy2 == 0.6.3
7
7
matplotlib >= 1.5.3 , <= 3.4.2
8
- egoio @ git+https://github.com/openego/ego.io.git@ab327e3c8bdb53b5205af84b41b02700f6d3fb20#egg=egoio
8
+ egoio == 0.4.8
9
9
shapely == 1.7.1
10
10
pypsa >= 0.11.0 , <= 0.17.1
11
11
seaborn == 0.11.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pyproj == 3.0.1
6
6
sqlalchemy <= 1.3.24
7
7
geoalchemy2 == 0.6.3
8
8
matplotlib >= 1.5.3, <= 3.4.2
9
- egoio >= 0.4.7
9
+ egoio == 0.4.8
10
10
pypsa >= 0.11.0, <= 0.17.1
11
11
seaborn == 0.11.1
12
12
unittest2 == 1.1.0
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def read(fname):
30
30
long_description = f .read ()
31
31
32
32
setup (name = 'ding0' ,
33
- version = 'v0.2.0 ' ,
33
+ version = 'v0.2.1 ' ,
34
34
author = 'Reiner Lemoine Institut' ,
35
35
author_email = 'jonathan.amme@rl-institut.de' ,
36
36
description = 'DIstribution Network GeneratOr' ,
You can’t perform that action at this time.
0 commit comments