We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f3a3a commit 048d030Copy full SHA for 048d030
README.md
@@ -112,6 +112,10 @@ or customize the template code.
112
113
## Change Log
114
115
+### 1.0.4
116
+
117
+* Add pinax-calendars templates
118
119
### 1.0.3
120
121
* Add pinax-waitinglist templates
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import find_packages, setup
2
3
-VERSION = "1.0.3"
+VERSION = "1.0.4"
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