Skip to content

Commit 0e0e115

Browse files
authored
Merge pull request #353 from openego/dev
Release v0.2.1 (fix PyPI issue)
2 parents 4454425 + b4237fe commit 0e0e115

File tree

8 files changed

+14
-6
lines changed

8 files changed

+14
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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">
22

33
[![Documentation Status](https://readthedocs.org/projects/ding0/badge/?version=dev)](http://dingo.readthedocs.io/en/dev)
44
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.834751.svg)](https://doi.org/10.5281/zenodo.834751)

ding0_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ dependencies:
3636
- conda-forge::libgdal
3737

3838
- pip:
39-
- egoio >= 0.4.5
39+
- egoio == 0.4.8
4040
- oedialect == 0.0.10
4141
- pypsa >= 0.11.0, <= 0.17.1

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
# built documents.
125125
#
126126
# The short X.Y version.
127-
version = '0.2.0'
127+
version = '0.2.1'
128128
# The full version, including alpha/beta/rc tags.
129129
#release = '0.1.10'
130130

doc/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ See what's new as per release!
88
:local:
99
:backlinks: top
1010

11+
.. include:: whatsnew/v0-2-1.rst
1112
.. include:: whatsnew/v0-2-0.rst
1213
.. include:: whatsnew/v0-1-12.rst
1314
.. include:: whatsnew/v0-1-10.rst

doc/whatsnew/v0-2-1.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pyproj == 3.0.1
55
sqlalchemy <= 1.3.24
66
geoalchemy2 == 0.6.3
77
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
99
shapely == 1.7.1
1010
pypsa >= 0.11.0, <= 0.17.1
1111
seaborn == 0.11.1

rtd_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pyproj == 3.0.1
66
sqlalchemy <= 1.3.24
77
geoalchemy2 == 0.6.3
88
matplotlib >= 1.5.3, <= 3.4.2
9-
egoio >=0.4.7
9+
egoio == 0.4.8
1010
pypsa >= 0.11.0, <= 0.17.1
1111
seaborn == 0.11.1
1212
unittest2 == 1.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read(fname):
3030
long_description = f.read()
3131

3232
setup(name='ding0',
33-
version='v0.2.0',
33+
version='v0.2.1',
3434
author='Reiner Lemoine Institut',
3535
author_email='jonathan.amme@rl-institut.de',
3636
description='DIstribution Network GeneratOr',

0 commit comments

Comments
 (0)