Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 2c4ed64

Browse files
author
Ashley Camba Garrido
committed
Release: 6.7.0.dev0 → 6.7.0
1 parent 35140e1 commit 2c4ed64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commit = False
33
tag = False
44
tag_name = {new_version}
5-
current_version = 6.7.0.dev0
5+
current_version = 6.7.0
66
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
77
serialize =
88
{major}.{minor}.{patch}.{release}{dev}

raven/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
__all__ = ('VERSION', 'Client', 'get_version')
1414

15-
VERSION = '6.7.0.dev0'
15+
VERSION = '6.7.0'
1616

1717

1818
def _get_git_revision(path):

0 commit comments

Comments
 (0)