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

Commit 2d79ea3

Browse files
committed
Release: 6.5.0 → 6.6.0
1 parent 98193c0 commit 2d79ea3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commit = False
33
tag = False
44
tag_name = {new_version}
5-
current_version = 6.5.0
5+
current_version = 6.6.0
66
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
77
serialize =
88
{major}.{minor}.{patch}.{release}{dev}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changelog
44
All notable changes to this project will be documented in this file.
55
Project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
8+
6.6.0 (2018-02-12)
9+
------------------
10+
* [Core] Add trimming to breadcrumbs.
11+
* [Core] Improve host message at startup.
12+
* [Core] Update pytest to work on other environments
13+
714
6.5.0 (2018-01-15)
815
------------------
916
* [Core] Fixed missing deprecation on `processors.SanitizePasswordsProcessor`

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.5.0'
15+
VERSION = '6.6.0'
1616

1717

1818
def _get_git_revision(path):

0 commit comments

Comments
 (0)