We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fe909 commit 556e51bCopy full SHA for 556e51b
docs/changelog/1.0.2.rst
@@ -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
@@ -3,6 +3,7 @@
:caption: Changelog
DRAFT
+ 1.0.2
1.0.1
8
1.0.0
9
0.1.6
docs/changelog/next_release/40.feature.rst
horizon_hwm_store/__init__.py
@@ -1,5 +1,6 @@
# SPDX-FileCopyrightText: 2023-2025 MTS PJSC
# SPDX-License-Identifier: Apache-2.0
from horizon_hwm_store.horizon_hwm_store import HorizonHWMStore
+from horizon_hwm_store.version import __version__
-__all__ = ["HorizonHWMStore"]
+__all__ = ["HorizonHWMStore", "__version__"]
0 commit comments