# HG changeset patch # User ymh # Date 1531930707 -7200 # Node ID 0a3945cad5ce4b3f55e1392602cad9d1d0b61d81 # Parent be8eaf8d0b88e513ea0956efa41d656e7e569b04 integrate ionolab new version diff -r be8eaf8d0b88 -r 0a3945cad5ce src/iconolab_episteme/__init__.py --- a/src/iconolab_episteme/__init__.py Thu Jul 05 15:21:45 2018 +0200 +++ b/src/iconolab_episteme/__init__.py Wed Jul 18 18:18:27 2018 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 3, 0, "final", 0) +VERSION = (0, 3, 1, "final", 0) VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2])) diff -r be8eaf8d0b88 -r 0a3945cad5ce src/setup.py --- a/src/setup.py Thu Jul 05 15:21:45 2018 +0200 +++ b/src/setup.py Wed Jul 18 18:18:27 2018 +0200 @@ -123,7 +123,7 @@ setup_requires=['setuptools_scm'], install_requires=[ "Django >= 2.0", - "iconolab == 0.1.5", + "iconolab == 0.1.6", "django-appconf", "django-comments-xtd", "django-contrib-comments",