From ba62db7a19ee841852abfdd894e88dc618258075 Mon Sep 17 00:00:00 2001 From: luelista Date: Tue, 30 Sep 2025 16:01:27 +0200 Subject: [PATCH] Fix version number (2024 -> 2025) --- src/pretix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/__init__.py b/src/pretix/__init__.py index 4a748f45b5..560d878612 100644 --- a/src/pretix/__init__.py +++ b/src/pretix/__init__.py @@ -19,4 +19,4 @@ # You should have received a copy of the GNU Affero General Public License along with this program. If not, see # . # -__version__ = "2024.9.0.dev0" +__version__ = "2025.9.0.dev0"