From caf65dda7784ebf0efc365b5bb615b41b2de8478 Mon Sep 17 00:00:00 2001 From: Melissa Avery-Weir Date: Sun, 12 Jan 2020 20:24:02 -0500 Subject: [PATCH] Bump to version 1.2.0 * Upgrade to support Python 3.6+ * Bump to Pillow 6.2.0 * Bump to Django 1.11.23 --- README.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 173ca3f..c5bc4fa 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/setup.py b/setup.py index d10ac82..6334dc3 100644 --- a/setup.py +++ b/setup.py @@ -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",