# HG changeset patch # User cavaliet # Date 1386259872 -3600 # Node ID 02d84b445d6fe90293d085769fc52f3a4a3e4a2c # Parent 7498cc463ca4e612c21f8eb8cf85df6598e07802 correction for prod v0.8.3 diff -r 7498cc463ca4 -r 02d84b445d6f src/egonomy/__init__.py --- a/src/egonomy/__init__.py Thu Dec 05 16:26:59 2013 +0100 +++ b/src/egonomy/__init__.py Thu Dec 05 17:11:12 2013 +0100 @@ -1,4 +1,4 @@ -VERSION = (0, 8, 2, "final", 1) +VERSION = (0, 8, 3, "final", 1) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r 7498cc463ca4 -r 02d84b445d6f src/egonomy/templates/egonomy_annotate_picture.html --- a/src/egonomy/templates/egonomy_annotate_picture.html Thu Dec 05 16:26:59 2013 +0100 +++ b/src/egonomy/templates/egonomy_annotate_picture.html Thu Dec 05 17:11:12 2013 +0100 @@ -44,7 +44,7 @@