Skip to content

Commit be772a9

Browse files
committed
release: 21.6.0
1 parent a13b896 commit be772a9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2024-05-19
19+
Change Date: 2024-06-15
2020

2121
Change License: Apache License, Version 2.0
2222

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
copyright = "2021, Sentry Team and Contributors"
88
author = "Sentry Team and Contributors"
99

10-
release = "21.6.0.dev0"
10+
release = "21.6.0"
1111

1212

1313
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup, find_packages
33

44

5-
VERSION = "21.6.0.dev0"
5+
VERSION = "21.6.0"
66

77

88
def get_requirements() -> Sequence[str]:

0 commit comments

Comments
 (0)