Override the version like a man.

This commit is contained in:
Sever Băneşiu 2011-10-07 15:48:28 +03:00
parent 720992c415
commit fc7da2a8a5
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# following PEP 386, versiontools will pick it up
__version__ = (1, 2, 1, "pbs", 0)
__version__ = (1, 2, 1, "final", 0)

View file

@ -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',