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

Commit e220acc

Browse files
authored
Release: 6.3.0.dev0 → 6.3.0 (#1120)
* Fix doc index to lambda * Release: 6.3.0.dev0 → 6.3.0
1 parent 005d7fb commit e220acc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ 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

77

8-
6.3.0-dev (Unreleased)
9-
----------------------
8+
6.3.0 (2017-10-29)
9+
------------------
1010
* [Core] Changed default timeout on http calls to 5 seconds
11+
* [Core] Fixed relative paths for traces generated on Windows
1112
* [Django] Fixed import issues for Django projects < 1.7
1213
* [Django] Fixed django management command data option
1314
* [Django/DRF] Added `application/octet-stream` to non-cacheable types in middleware

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.dev0'
15+
VERSION = '6.3.0'
1616

1717

1818
def _get_git_revision(path):

0 commit comments

Comments
 (0)