Skip to content

Commit eaee931

Browse files
committed
8.13.0
1 parent 935f733 commit eaee931

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Version 8.13 (Unreleased)
2-
-------------------------
3-
- Added individual filters for legacy browsers to improve customization of error filtering based on browser versions
1+
Version 8.13
2+
------------
43

4+
- Added individual filters for legacy browsers to improve customization of error filtering based on browser versions
55
- Support for setting a custom security header for javascript fetching.
66
- start using ReleaseProject and Release.organization instead of Release.project
77
- Project quotas are no longer available, and must now be configured via the organizational rate limits.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949

5050
# The version of sentry
51-
VERSION = '8.13.0.dev0'
51+
VERSION = '8.13.0'
5252

5353
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
5454
# in multiprocessing/util.py _exit_function when running `python

0 commit comments

Comments
 (0)