We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863b980 commit 4465733Copy full SHA for 4465733
docs/source/conf.py
@@ -7,7 +7,7 @@
7
copyright = "2021, Sentry Team and Contributors"
8
author = "Sentry Team and Contributors"
9
10
-release = "24.12.0"
+release = "25.1.0.dev0"
11
12
13
# -- General configuration ---------------------------------------------------
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import find_packages, setup
4
5
-VERSION = "24.12.0"
+VERSION = "25.1.0.dev0"
6
def get_requirements() -> Sequence[str]:
0 commit comments