[elbe-devel] [PATCH 1/3] elbepack: expose current version as __version__
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Mon Jun 10 15:32:30 CEST 2024
The __version__ symbol is a de-facto standard in the Python world.
It will be used by the towncrier integration.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
elbepack/__init__.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/elbepack/__init__.py b/elbepack/__init__.py
index e69de29bb2d1..3f6980792adb 100644
--- a/elbepack/__init__.py
+++ b/elbepack/__init__.py
@@ -0,0 +1 @@
+from elbepack.version import elbe_version as __version__
--
2.45.2
More information about the elbe-devel
mailing list