Skip to content

Commit c293805

Browse files
committed
Bump version: 0.6.7 → 0.6.8
1 parent 2512dc2 commit c293805

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
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.6.7
2+
current_version = 0.6.8
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.6.7
18+
version: 0.6.8
1919
year: 2011-2016

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ History
44

55
.. comment:: bumpversion marker
66

7+
0.6.8 (2017-02-14)
8+
------------------
9+
* Fixed automated release due to not matching registered email.
10+
711
0.6.7 (2016-12-27)
812
------------------
913
* Fixes bad formatting in logging message.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.7
1+
0.6.8

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.6.7'
10+
__version__ = '0.6.8'

0 commit comments

Comments
 (0)