Skip to content

Commit

Permalink
Merge branch 'release/1.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
averymd committed Jan 13, 2020
2 parents a500ccb + caf65dd commit 944f587
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ rewrite ^/?presskit/sheet\.php$ /presskit/ permanent
```
If you're using nginx and one of your slugs has more than ten underscores, add a rewrite above the first one to manually fix that one case. Nginx does not want to loop more than 10 times in a rewrite calculation.

## Changelog

### 1.2.0

* Upgrade to support Python 3.6+
* Bump to Pillow 6.2.0
* Bump to Django 1.11.23

## Contributing

When submitting issues or pull requests, please adhere to our [Code of Conduct](CODE_OF_CONDUCT.md).
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="django_presskit",
version="1.1.2",
version="1.2.0",
author="Future Proof Games",
author_email="info@futureproofgames.com",
description="A port of presskit() to Django",
Expand Down

0 comments on commit 944f587

Please sign in to comment.