From 661827a9578323d9373ea34b7cb7880028e63fa4 Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 31 Aug 2025 18:05:29 +0200 Subject: [PATCH] chore: Bump 1.2.1 --- src/notfellchen/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notfellchen/__init__.py b/src/notfellchen/__init__.py index 33803bf..16e3e0f 100644 --- a/src/notfellchen/__init__.py +++ b/src/notfellchen/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.2.0" +__version__ = "1.2.1" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.