We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96c7f5 commit b5c09ffCopy full SHA for b5c09ff
README.md
@@ -111,6 +111,10 @@ or customize the template code.
111
112
## Change Log
113
114
+### 1.0.2
115
+
116
+* Fix urlname reference for pinax-invitations
117
118
### 1.0.1
119
120
* Update django>=1.11 in requirements
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import find_packages, setup
2
3
-VERSION = "1.0.1"
+VERSION = "1.0.2"
4
LONG_DESCRIPTION = """
5
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-templates.svg
6
:target: https://pypi.python.org/pypi/pinax-templates/
0 commit comments