Skip to content

Commit

Permalink
Release Patch Version 0.7.2 (#206)
Browse files Browse the repository at this point in the history
* to a1

* to b1

* to rc1

* update readme

* to release 0.7.2

* update readme

Co-authored-by: Germey <[email protected]>
  • Loading branch information
Germey and Germey authored Dec 26, 2021
1 parent b0013d9 commit 60a7b02
Show file tree
Hide file tree
Showing 5 changed files with 10 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.7.1
current_version = 0.7.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
Expand Down
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ cookiecutter:
use_pypi_deployment_with_travis: n
use_pytest: y
use_requiresio: y
version: 0.7.1
version: 0.7.2
year: 2011-2021
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ History

.. comment:: bumpversion marker

0.7.2 (2021-12-27)
------------------
* Fix RedisStatsCollector._get_key()
* Fix redis-py dependency version
* Added maximum idle waiting time MAX_IDLE_TIME_BEFORE_CLOSE

0.7.1 (2021-03-27)
------------------
* Fixes datetime parse error for redis-py 3.x.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2
2 changes: 1 addition & 1 deletion src/scrapy_redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = 'Rolando Espinoza'
__email__ = 'rolando at rmax.io'
__version__ = '0.7.1'
__version__ = '0.7.2'

0 comments on commit 60a7b02

Please sign in to comment.