Skip to content

Commit c5c94ce

Browse files
committed
Bump version: 1.2.4 → 1.3.0
1 parent 02f0ad7 commit c5c94ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.4
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ django_settings_module = "bankreader_demo.settings"
4242

4343
[tool.poetry]
4444
name = "django-bankreader"
45-
version = "1.2.4"
45+
version = "1.3.0"
4646
description = "Pluggable django application for reading and processing various formats of bank account statements"
4747
authors = ["Jakub Dorňák <[email protected]>"]
4848
license = "BSD-3-Clause"
@@ -84,4 +84,4 @@ django-stubs = "*"
8484

8585
[build-system]
8686
build-backend = "poetry.core.masonry.api"
87-
requires = ["poetry-core>=1.2.4"]
87+
requires = ["poetry-core>=1.3.0"]

0 commit comments

Comments
 (0)