# HG changeset patch # User ymh # Date 1530625993 -7200 # Node ID 84ee721af60309b9e4739821dbf379deb392be86 # Parent 564981c2e158530e19e26fdd78c3a6078cf1b9b9 small space change on version nb + increment version diff -r 564981c2e158 -r 84ee721af603 src/iconolab_episteme/__init__.py --- a/src/iconolab_episteme/__init__.py Tue Jul 03 14:36:46 2018 +0200 +++ b/src/iconolab_episteme/__init__.py Tue Jul 03 15:53:13 2018 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 1, 1, "final", 0) +VERSION = (0, 2, 0, "final", 0) VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2])) diff -r 564981c2e158 -r 84ee721af603 src/iconolab_episteme/templates/partials/footer.html --- a/src/iconolab_episteme/templates/partials/footer.html Tue Jul 03 14:36:46 2018 +0200 +++ b/src/iconolab_episteme/templates/partials/footer.html Tue Jul 03 15:53:13 2018 +0200 @@ -5,7 +5,7 @@