Skip to content

Commit 0d96417

Browse files
[skip actions] Automatic Bump of build version to 3.2.6.1
1 parent 6cf97cc commit 0d96417

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vTBD
1+
# v3.2.6
22
- [BP-1420](https://movai.atlassian.net/browse/BP-1420): Initial cleanup on backup tool
33

44
# v3.2.5

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "data-access-layer"
10-
version = "3.2.6.0"
10+
version = "3.2.6.1"
1111
authors = [
1212
{name = "Backend team", email = "backend@mov.ai"},
1313
]
@@ -59,7 +59,7 @@ dal = [
5959
line-length = 100
6060

6161
[tool.bumpversion]
62-
current_version = "3.2.6.0"
62+
current_version = "3.2.6.1"
6363
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)?(\\.(?P<build>\\d+))?"
6464
serialize = ["{major}.{minor}.{patch}.{build}"]
6565

0 commit comments

Comments
 (0)