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

Commit 595d695

Browse files
committed
Release: 6.8.0.dev0 → 6.8.0
1 parent 7ddd9d6 commit 595d695

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .bumpversion.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
commit = False
33
tag = False
44
tag_name = {new_version}
5-
current_version = 6.7.0
5+
current_version = 6.8.0
66
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
7-
serialize =
7+
serialize =
88
{major}.{minor}.{patch}.{release}{dev}
99
{major}.{minor}.{patch}
1010
message = Release: {current_version} → {new_version}
@@ -13,7 +13,7 @@ message = Release: {current_version} → {new_version}
1313

1414
[bumpversion:part:release]
1515
optional_value = production
16-
values =
16+
values =
1717
dev
1818
production
1919

Diff for: 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'
15+
VERSION = '6.8.0'
1616

1717

1818
def _get_git_revision(path):

0 commit comments

Comments
 (0)