We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34cc66 commit 31903fdCopy full SHA for 31903fd
docs/source/conf.py
@@ -7,7 +7,7 @@
7
copyright = "2021, Sentry Team and Contributors"
8
author = "Sentry Team and Contributors"
9
10
-release = "25.8.0"
+release = "25.9.0.dev0"
11
12
13
# -- General configuration ---------------------------------------------------
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import find_packages, setup
4
5
-VERSION = "25.8.0"
+VERSION = "25.9.0.dev0"
6
def get_requirements() -> Sequence[str]:
0 commit comments