We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f0ad7 commit c5c94ceCopy full SHA for c5c94ce
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.4
+current_version = 1.3.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
pyproject.toml
@@ -42,7 +42,7 @@ django_settings_module = "bankreader_demo.settings"
42
43
[tool.poetry]
44
name = "django-bankreader"
45
-version = "1.2.4"
+version = "1.3.0"
46
description = "Pluggable django application for reading and processing various formats of bank account statements"
47
authors = ["Jakub Dorňák <[email protected]>"]
48
license = "BSD-3-Clause"
@@ -84,4 +84,4 @@ django-stubs = "*"
84
85
[build-system]
86
build-backend = "poetry.core.masonry.api"
87
-requires = ["poetry-core>=1.2.4"]
+requires = ["poetry-core>=1.3.0"]
0 commit comments