Skip to content

Commit 4465733

Browse files
author
getsentry-bot
committed
meta: Bump new development version
1 parent 863b980 commit 4465733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

+1-1
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 = "24.12.0"
10+
release = "25.1.0.dev0"
1111

1212

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "24.12.0"
5+
VERSION = "25.1.0.dev0"
66

77

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

0 commit comments

Comments
 (0)