mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Override the version like a man.
This commit is contained in:
parent
720992c415
commit
fc7da2a8a5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# following PEP 386, versiontools will pick it up
|
||||
__version__ = (1, 2, 1, "pbs", 0)
|
||||
__version__ = (1, 2, 1, "final", 0)
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue