We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a50e4 commit aa2dc3fCopy full SHA for aa2dc3f
django_markwhat/__init__.py
@@ -1 +1 @@
1
-__version__ = 1.1
+__version__ = (1, 3)
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='django-markwhat',
5
- version='2014.9.20',
+ version=".".join(map(str, __import__('django_markwhat').__version__)),
6
packages=['django_markwhat', 'django_markwhat.templatetags'],
7
url='http://pypi.python.org/pypi/django-markwhat',
8
license=open('LICENSE').read(),
0 commit comments