File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed
Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ 0.1.1 (2024-03-29)
2+ ==================
3+ SyncMaster is now open source!
Original file line number Diff line number Diff line change 1- .. towncrier release notes start
1+ .. towncrier release notes start
Original file line number Diff line number Diff line change 11.. toctree ::
22 :maxdepth: 1
33 :caption: Changelog
4+
5+ DRAFT
6+ 0.1.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " data-syncmaster"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44license = " Apache-2.0"
55description = " Syncmaster REST API + Worker"
66authors = [
" DataOps.ETL <[email protected] >" ]
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2023-2024 MTS (Mobile Telesystems)
22# SPDX-License-Identifier: Apache-2.0
33
4- _raw_version = "0.1.0 "
4+ _raw_version = "0.1.1 "
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