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