# HG changeset patch # User ymh # Date 1445947422 -3600 # Node ID 0adcf15b1521c69073d754e040e19c3368c785e0 # Parent b8d3784be28d06db40474baa4cafc1d72dc101c7 Increment version for added spam message diff -r b8d3784be28d -r 0adcf15b1521 src/hdalab/__init__.py --- a/src/hdalab/__init__.py Tue Oct 27 13:03:02 2015 +0100 +++ b/src/hdalab/__init__.py Tue Oct 27 13:03:42 2015 +0100 @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import absolute_import -VERSION = (3, 1, 0, "final", 0) +VERSION = (3, 1, 1, "final", 0) def get_version():