Skip to content

Commit

Permalink
Bump version: 0.6.2dev → 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmax committed Jun 25, 2016
1 parent 4300a93 commit 10e1edd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2dev
current_version = 0.6.2
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>dev)?
Expand Down
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ cookiecutter:
use_cython: n
use_pypi_deployment_with_travis: n
use_pytest: y
version: 0.6.2dev
version: 0.6.2
year: 2011-2016
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read_file(filename):

setup(
name='scrapy-redis',
version='0.6.2dev',
version='0.6.2',
description="Redis-based components for Scrapy.",
long_description=read_file('README.rst') + '\n\n' + read_file('HISTORY.rst'),
author="Rolando Espinoza",
Expand Down
2 changes: 1 addition & 1 deletion src/scrapy_redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = 'Rolando Espinoza'
__email__ = 'rolando at rmax.io'
__version__ = '0.6.2dev'
__version__ = '0.6.2'

0 comments on commit 10e1edd

Please sign in to comment.