# HG changeset patch # User ymh # Date 1417190387 -3600 # Node ID c7ede051639b6a5885c029e0981536acb945f5bb # Parent 4b7970d6fc16dab86edef6620fb89075f813747d increment version diff -r 4b7970d6fc16 -r c7ede051639b src/hdalab/__init__.py --- a/src/hdalab/__init__.py Thu Nov 27 11:58:32 2014 +0100 +++ b/src/hdalab/__init__.py Fri Nov 28 16:59:47 2014 +0100 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (3, 0, 0, "alpha", 2) +VERSION = (3, 0, 0, "alpha", 3) def get_version():