Skip to content

Commit

Permalink
Prepare for release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Mar 29, 2024
1 parent 4df6280 commit 7246c50
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/changelog/NEXT_RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
.. towncrier release notes start
4 changes: 4 additions & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. toctree::
:maxdepth: 1
:caption: Changelog

DRAFT
0.1.1
0.1.0
1 change: 0 additions & 1 deletion docs/changelog/next_release/26.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/28.doc.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data-syncmaster"
version = "0.1.0"
version = "0.1.1"
license = "Apache-2.0"
description = "Syncmaster REST API + Worker"
authors = ["DataOps.ETL <onetools@mts.ru>"]
Expand Down
2 changes: 1 addition & 1 deletion syncmaster/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2023-2024 MTS (Mobile Telesystems)
# SPDX-License-Identifier: Apache-2.0

_raw_version = "0.1.0"
_raw_version = "0.1.1"
# version always contain only release number like 0.0.1
__version__ = ".".join(_raw_version.split(".")[:3]) # noqa: WPS410

0 comments on commit 7246c50

Please sign in to comment.