File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- 0.2.2 (2025-04-11)
1+ 0.2.3 (2025-04-11)
22==================
33
44Bug fixes
Original file line number Diff line number Diff line change 33 :caption: Changelog
44
55 DRAFT
6+ 0.2.3
67 0.2.2
78 0.2.1
89 0.2.0
Original file line number Diff line number Diff line change 3636# The short X.Y version.
3737
3838# this value is updated automatically by `poetry version ...` and poetry-bumpversion plugin
39- ver = Version .parse ("0.2.3 " )
39+ ver = Version .parse ("0.2.4 " )
4040version = ver .base_version
4141# The full version, including alpha/beta/rc tags.
4242release = ver .public
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " data-syncmaster"
7- version = " 0.2.3 "
7+ version = " 0.2.4 "
88license = " Apache-2.0"
99description = " Syncmaster REST API + Worker"
1010authors = [
" DataOps.ETL <[email protected] >" ]
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2023-2024 MTS PJSC
22# SPDX-License-Identifier: Apache-2.0
33
4- _raw_version = "0.2.3 "
4+ _raw_version = "0.2.4 "
55# version always contain only release number like 0.0.1
66__version__ = "." .join (_raw_version .split ("." )[:3 ]) # noqa: WPS410
You can’t perform that action at this time.
0 commit comments