Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Oct 25, 2018
1 parent c4e2905 commit 3b60bec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from setuptools import find_packages, setup

VERSION = "2.0.1"
VERSION = "2.0.2"
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-templates.svg
:target: https://pypi.python.org/pypi/pinax-templates/
Expand All @@ -14,7 +14,7 @@
.. image:: https://img.shields.io/pypi/v/pinax-templates.svg
:target: https://pypi.python.org/pypi/pinax-templates/
\
\
.. image:: https://img.shields.io/circleci/project/github/pinax/pinax-templates.svg
:target: https://circleci.com/gh/pinax/pinax-templates
Expand All @@ -27,14 +27,14 @@
.. image:: https://img.shields.io/github/issues-pr-closed/pinax/pinax-templates.svg
:target: https://github.com/pinax/pinax-templates/pulls?q=is%3Apr+is%3Aclosed
\
\
.. image:: http://slack.pinaxproject.com/badge.svg
:target: http://slack.pinaxproject.com/
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://pypi.python.org/pypi/pinax-templates/
\
\
``pinax-templates`` provides semantically-correct templates for use with Pinax apps.
Expand Down

0 comments on commit 3b60bec

Please sign in to comment.