Skip to content

Commit

Permalink
Configure poetry bumpversion file
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 14, 2025
1 parent 31f2a17 commit 72d3434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions ureport/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 72d3434

Please sign in to comment.