File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,10 @@ or customize the template code.
112
112
113
113
## Change Log
114
114
115
+ ### 2.0.1
116
+
117
+ * Fix setup.py LONG_DESCRIPTION for PyPi documentation
118
+
115
119
### 2.0.0
116
120
117
121
* Remove django-user-accounts template tags from pinax-documents templates ** Backward incompatible, requires pinax-documents>=1.0.2+**
Original file line number Diff line number Diff line change 2
2
import sys
3
3
from setuptools import find_packages , setup
4
4
5
- VERSION = "2.0.0 "
5
+ VERSION = "2.0.1 "
6
6
LONG_DESCRIPTION = """
7
7
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-templates.svg
8
8
:target: https://pypi.python.org/pypi/pinax-templates/
9
9
10
- ===================
11
- Pinax Notifications
12
- ===================
10
+ ===============
11
+ Pinax Templates
12
+ ===============
13
13
14
14
.. image:: https://img.shields.io/pypi/v/pinax-templates.svg
15
15
:target: https://pypi.python.org/pypi/pinax-templates/
You can’t perform that action at this time.
0 commit comments