From 457a2259078195efcec8707231694636e7ad06f9 Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Thu, 1 Jun 2017 09:58:06 -0400 Subject: [PATCH] v4.11.5 [ci skip] --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cece36c4..006b39b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.11.4 +current_version = 4.11.5 commit = True tag = True message = v{new_version} [ci skip] diff --git a/setup.py b/setup.py index eb139073..c3903f71 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='django-cropduster', - version='4.11.4', + version='4.11.5', author='The Atlantic', author_email='programmers@theatlantic.com', url='https://github.com/theatlantic/django-cropduster',