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

Commit

Permalink
Release: 6.9.0 → 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Dec 19, 2018
1 parent 8442ac1 commit d7d14f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = False
tag = False
tag_name = {new_version}
current_version = 6.9.0
current_version = 6.10.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{dev}
Expand Down
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.9.0'
VERSION = '6.10.0'


def _get_git_revision(path):
Expand Down

0 comments on commit d7d14f6

Please sign in to comment.