Skip to content

Commit

Permalink
Change version number and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineMichel committed Jan 13, 2020
1 parent f159f3c commit a2fd166
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ add badges to a Django project.

#### Supported Django and Python versions

Django \ Python | 2.7 | 3.4 | 3.5 | 3.6
--------------- | --- | --- | --- | ---
1.11 | * | * | * | *
2.0 | | * | * | *
Django \ Python | 2.7 | 3.4 | 3.5 | 3.6 | 3.7
--------------- | --- | --- | --- | --- | ---
1.11 | * | * | * | * | *
2.0 | | * | * | * | *


## Documentation
Expand Down Expand Up @@ -313,6 +313,11 @@ Context data:

## Change Log

### 2.0.3

* Add Python 3.7 to the support versions matrix due to change made in v2.0.1
* Change `detox` to `tox --parallel`

### 2.0.2

* Don't fail when importing pinax.badges.tasks if celery is not installed.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

VERSION = "2.0.2"
VERSION = "2.0.3"
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-badges.svg
:target: https://pypi.python.org/pypi/pinax-badges/
Expand Down

0 comments on commit a2fd166

Please sign in to comment.