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

Commit 945fdf3

Browse files
author
Ashley Camba Garrido
committed
Release: 6.3.0 → 6.4.0.dev0
1 parent dc9ef04 commit 945fdf3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.bumpversion.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
commit = False
33
tag = False
44
tag_name = {new_version}
5-
current_version = 6.3.0
5+
current_version = 6.4.0.dev0
66
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
7-
serialize =
8-
{major}.{minor}.{patch}.{release}{dev}
9-
{major}.{minor}.{patch}
7+
serialize =
8+
{major}.{minor}.{patch}.{release}{dev}
9+
{major}.{minor}.{patch}
1010
message = Release: {current_version} → {new_version}
1111

1212
[bumpversion:file:raven/__init__.py]
1313

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

raven/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

15-
VERSION = '6.3.0'
15+
VERSION = '6.4.0.dev0'
1616

1717

1818
def _get_git_revision(path):

0 commit comments

Comments
 (0)