# HG changeset patch # User rougeronj # Date 1443715218 -7200 # Node ID d79e844ca86bc6a4064316c79125b110007c3ee8 # Parent 9a08647d9e599a57b3255f911ae2188281530c75 increment version diff -r 9a08647d9e59 -r d79e844ca86b server/ammicosrv/__init__.py --- a/server/ammicosrv/__init__.py Thu Oct 01 17:59:08 2015 +0200 +++ b/server/ammicosrv/__init__.py Thu Oct 01 18:00:18 2015 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 1, 0, "alpha", 3) +VERSION = (0, 1, 0, "alpha", 4) VERSION_STR = u".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))