Skip to content

Commit 556e51b

Browse files
committed
[DOP-22129] Prepare for release
1 parent 52fe909 commit 556e51b

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

docs/changelog/1.0.2.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
1.0.2 (2025-01-28)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- Allow using `etl-entities==2.5.0 <https://github.com/MobileTeleSystems/etl-entities/releases/tag/2.5.0>`_. (:github:pull:`40`)

docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:caption: Changelog
44

55
DRAFT
6+
1.0.2
67
1.0.1
78
1.0.0
89
0.1.6

docs/changelog/next_release/40.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

horizon_hwm_store/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-FileCopyrightText: 2023-2025 MTS PJSC
22
# SPDX-License-Identifier: Apache-2.0
33
from horizon_hwm_store.horizon_hwm_store import HorizonHWMStore
4+
from horizon_hwm_store.version import __version__
45

5-
__all__ = ["HorizonHWMStore"]
6+
__all__ = ["HorizonHWMStore", "__version__"]

0 commit comments

Comments
 (0)