From 72d3434135b685296ca53c845957121055043801 Mon Sep 17 00:00:00 2001 From: Norbert Kwizera Date: Tue, 14 Jan 2025 14:40:44 +0200 Subject: [PATCH] Configure poetry bumpversion file --- pyproject.toml | 2 ++ ureport/__init__.py | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 36948b283..a5abf1ef1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,8 @@ djlint = "^1.34.1" [tool.poetry.requires-plugins] poetry-bumpversion = ">=0.3.3" +[tool.poetry_bumpversion.file."ureport/__init__.py"] + [tool.black] line-length = 119 diff --git a/ureport/__init__.py b/ureport/__init__.py index bed622f0e..55a67eec8 100644 --- a/ureport/__init__.py +++ b/ureport/__init__.py @@ -1,5 +1,4 @@ -# -*- coding: utf-8 -*- -from __future__ import absolute_import, division, print_function, unicode_literals +__version__ = "1.2.143" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.