Skip to content

Commit 0035f9f

Browse files
committed
to 0.7.1
1 parent e299066 commit 0035f9f

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.bumpversion.cfg

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

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
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-rc1
18+
version: 0.7.1
1919
year: 2011-2021

HISTORY.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ History
44

55
.. comment:: bumpversion marker
66

7+
0.7.1 (2021-03-27)
8+
------------------
9+
* Fixes datetime parse error for redis-py 3.x.
10+
* Add support for stats extensions.
11+
712
0.7.1-rc1 (2021-03-27)
813
----------------------
9-
* Fixes datetime parse error for redis-py 3.x
14+
* Fixes datetime parse error for redis-py 3.x.
1015

1116
0.7.1-b1 (2021-03-22)
1217
---------------------

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1-rc1
1+
0.7.1

src/scrapy_redis/__init__.py

Lines changed: 1 addition & 1 deletion
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-rc1'
10+
__version__ = '0.7.1'

0 commit comments

Comments
 (0)