We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf97cc commit 0d96417Copy full SHA for 0d96417
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# vTBD
+# v3.2.6
2
- [BP-1420](https://movai.atlassian.net/browse/BP-1420): Initial cleanup on backup tool
3
4
# v3.2.5
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "data-access-layer"
10
-version = "3.2.6.0"
+version = "3.2.6.1"
11
authors = [
12
{name = "Backend team", email = "backend@mov.ai"},
13
]
@@ -59,7 +59,7 @@ dal = [
59
line-length = 100
60
61
[tool.bumpversion]
62
-current_version = "3.2.6.0"
+current_version = "3.2.6.1"
63
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)?(\\.(?P<build>\\d+))?"
64
serialize = ["{major}.{minor}.{patch}.{build}"]
65
0 commit comments