# HG changeset patch # User ymh # Date 1430148692 -7200 # Node ID fe9c9b495eada2d7b2388814ba101c282e3eb3b4 # Parent f45d7494332eb60bd1dabb9e94aeb7c2749dac11 increment version diff -r f45d7494332e -r fe9c9b495ead src/hdalab/__init__.py --- a/src/hdalab/__init__.py Mon Apr 27 17:29:51 2015 +0200 +++ b/src/hdalab/__init__.py Mon Apr 27 17:31:32 2015 +0200 @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import absolute_import -VERSION = (3, 0, 0, "rc", 13) +VERSION = (3, 0, 0, "rc", 14) def get_version():