Skip to content

Commit a4a4f0a

Browse files
committed
Fix PyPi doc title
Change "Pinax Notifications" to "Pinax Templates"
1 parent f5332ee commit a4a4f0a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ or customize the template code.
112112

113113
## Change Log
114114

115+
### 2.0.1
116+
117+
* Fix setup.py LONG_DESCRIPTION for PyPi documentation
118+
115119
### 2.0.0
116120

117121
* Remove django-user-accounts template tags from pinax-documents templates **Backward incompatible, requires pinax-documents>=1.0.2+**

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
import sys
33
from setuptools import find_packages, setup
44

5-
VERSION = "2.0.0"
5+
VERSION = "2.0.1"
66
LONG_DESCRIPTION = """
77
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-templates.svg
88
:target: https://pypi.python.org/pypi/pinax-templates/
99
10-
===================
11-
Pinax Notifications
12-
===================
10+
===============
11+
Pinax Templates
12+
===============
1313
1414
.. image:: https://img.shields.io/pypi/v/pinax-templates.svg
1515
:target: https://pypi.python.org/pypi/pinax-templates/

0 commit comments

Comments
 (0)