From fc7da2a8a558cb53cf2ee65c3fa4a22bf8af3898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sever=20B=C4=83ne=C5=9Fiu?= Date: Fri, 7 Oct 2011 15:48:28 +0300 Subject: [PATCH] Override the version like a man. --- dbtemplates/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index 22a6019..e16f115 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1,2 +1,2 @@ # following PEP 386, versiontools will pick it up -__version__ = (1, 2, 1, "pbs", 0) +__version__ = (1, 2, 1, "final", 0) diff --git a/setup.py b/setup.py index f785abc..dfee0fc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read() setup( name='django-dbtemplates', - version=':versiontools:dbtemplates', + version='1.2.1pbs', description='Template loader for templates stored in the database', long_description=read(path.join(path.dirname(__file__), 'README.rst')), author='Jannis Leidel',