From 2e8f40617c8edf34dd208a7d60bd679051728b6f Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Wed, 4 May 2016 18:41:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 88fde06..801e5f8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 7dc6eb0..2aa7bb8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='scrapy-djangoitem', - version='1.1.0', + version='1.1.1', url='https://github.com/scrapy-plugins/scrapy-djangoitem', description='Scrapy extension to write scraped items using Django models', long_description=open('README.rst').read(),