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

Commit

Permalink
Release: 6.8.0.dev0 → 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwoods committed May 12, 2018
1 parent 7ddd9d6 commit 595d695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
commit = False
tag = False
tag_name = {new_version}
current_version = 6.7.0
current_version = 6.8.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}.{release}{dev}
{major}.{minor}.{patch}
message = Release: {current_version} → {new_version}
Expand All @@ -13,7 +13,7 @@ message = Release: {current_version} → {new_version}

[bumpversion:part:release]
optional_value = production
values =
values =
dev
production

2 changes: 1 addition & 1 deletion raven/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

VERSION = '6.7.0'
VERSION = '6.8.0'


def _get_git_revision(path):
Expand Down

0 comments on commit 595d695

Please sign in to comment.