diff options
| author | Ashley Camba Garrido <ashwoods@deepthought.local> | 2017-12-12 06:14:06 +0100 |
|---|---|---|
| committer | Ashley Camba Garrido <ashwoods@deepthought.local> | 2017-12-12 06:14:06 +0100 |
| commit | 581d902fccd54feb4539285aac68f83b00fa30c9 (patch) | |
| tree | 76e4ad6150ea0a58b0f5cd4e5945ffc45676485b | |
| parent | f516edfa74ea7fc69ba21ff92db11bf644eecef6 (diff) | |
| download | raven-bumprelease.tar.gz | |
Release: 6.4.0 → 6.5.0.dev0bumprelease
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | raven/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d6751fa..39aeb62 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = False tag = False tag_name = {new_version} -current_version = 6.4.0 +current_version = 6.5.0.dev0 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))? serialize = {major}.{minor}.{patch}.{release}{dev} diff --git a/raven/__init__.py b/raven/__init__.py index c1a3820..fb557aa 100644 --- a/raven/__init__.py +++ b/raven/__init__.py @@ -12,7 +12,7 @@ import os.path __all__ = ('VERSION', 'Client', 'get_version') -VERSION = '6.4.0' +VERSION = '6.5.0.dev0' def _get_git_revision(path): |
