changeset 332:4dc26ea9b407 0.5.x

Increment version number to 0.5.2.
author cmlenz
date Tue, 10 Jan 2006 13:25:37 +0000
parents 6a7b7b1cdbea
children 09c826eeaa97
files bitten/__init__.py setup.cfg
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/__init__.py
+++ b/bitten/__init__.py
@@ -7,4 +7,4 @@
 # you should have received as part of this distribution. The terms
 # are also available at http://bitten.cmlenz.net/wiki/License.
 
-__version__ = '0.5.1'
+__version__ = '0.5.2'
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,7 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true
+
 [sdist]
 formats = bztar, gztar, zip
 
Copyright (C) 2012-2017 Edgewall Software