From a4a4f0abc474effc985cebee30680ea7dd77de29 Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Thu, 22 Mar 2018 23:19:15 -0600 Subject: [PATCH] Fix PyPi doc title Change "Pinax Notifications" to "Pinax Templates" --- README.md | 4 ++++ setup.py | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6347696..0c2cde2 100644 --- a/README.md +++ b/README.md @@ -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+** diff --git a/setup.py b/setup.py index a4a528f..d4a0580 100644 --- a/setup.py +++ b/setup.py @@ -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/