From 72ac4c2e6a5763b7843cfdc44bba874c7118fc3d Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Wed, 6 Jun 2018 22:49:01 -0400 Subject: [PATCH] v4.11.11 [ci skip] --- CHANGELOG.rst | 4 ++++ setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 390bc568..27776679 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Changelog ========= +**4.11.11 (Jun 6, 2018)** + +* Support Django 2.0 and Django 2.1 alpha + **4.11.10 (Jun 6, 2018)** * Fix Django 1.11 bug that prevented save of existing images diff --git a/setup.cfg b/setup.cfg index 5d40a15a..2f9b4b9d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.11.10 +current_version = 4.11.11 commit = True tag = True message = v{new_version} [ci skip] diff --git a/setup.py b/setup.py index b99fad22..12249e46 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='django-cropduster', - version='4.11.10', + version='4.11.11', author='The Atlantic', author_email='programmers@theatlantic.com', url='https://github.com/theatlantic/django-cropduster',