Skip to content

Commit 60a7b02

Browse files
GermeyGermey
and
Germey
authored
Release Patch Version 0.7.2 (#206)
* to a1 * to b1 * to rc1 * update readme * to release 0.7.2 * update readme Co-authored-by: Germey <[email protected]>
1 parent b0013d9 commit 60a7b02

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.1
2+
current_version = 0.7.2
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?

Diff for: .cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ cookiecutter:
1515
use_pypi_deployment_with_travis: n
1616
use_pytest: y
1717
use_requiresio: y
18-
version: 0.7.1
18+
version: 0.7.2
1919
year: 2011-2021

Diff for: HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ History
44

55
.. comment:: bumpversion marker
66

7+
0.7.2 (2021-12-27)
8+
------------------
9+
* Fix RedisStatsCollector._get_key()
10+
* Fix redis-py dependency version
11+
* Added maximum idle waiting time MAX_IDLE_TIME_BEFORE_CLOSE
12+
713
0.7.1 (2021-03-27)
814
------------------
915
* Fixes datetime parse error for redis-py 3.x.

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.7.2

Diff for: src/scrapy_redis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__author__ = 'Rolando Espinoza'
99
__email__ = 'rolando at rmax.io'
10-
__version__ = '0.7.1'
10+
__version__ = '0.7.2'

0 commit comments

Comments
 (0)