Skip to content

Commit

Permalink
Fix PyPi doc title
Browse files Browse the repository at this point in the history
Change "Pinax Notifications" to "Pinax Templates"
  • Loading branch information
grahamu committed Mar 23, 2018
1 parent f5332ee commit a4a4f0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ or customize the template code.

## Change Log

### 2.0.1

* Fix setup.py LONG_DESCRIPTION for PyPi documentation

### 2.0.0

* Remove django-user-accounts template tags from pinax-documents templates **Backward incompatible, requires pinax-documents>=1.0.2+**
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
import sys
from setuptools import find_packages, setup

VERSION = "2.0.0"
VERSION = "2.0.1"
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-templates.svg
:target: https://pypi.python.org/pypi/pinax-templates/
===================
Pinax Notifications
===================
===============
Pinax Templates
===============
.. image:: https://img.shields.io/pypi/v/pinax-templates.svg
:target: https://pypi.python.org/pypi/pinax-templates/
Expand Down

0 comments on commit a4a4f0a

Please sign in to comment.