diff options
| author | Artur Pak <[email protected]> | 2025-10-01 13:49:06 +0800 |
|---|---|---|
| committer | Artur Pak <[email protected]> | 2025-10-01 13:49:06 +0800 |
| commit | 9367f52c7b3f58bb7fc2172adef38b794cbec5fa (patch) | |
| tree | 2d133b88f00213ee5e1362c93fcf9ffffb5f2bf4 | |
| parent | 9f97b248cbf4d804eeb4cd1e4fca2b96c3d15487 (diff) | |
releasing package oem-scripts version 2.50
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | oem_scripts/__init__.py | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b8c282b..5fbef2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +oem-scripts (2.50) noble; urgency=medium + + * Add oem-24.04d [Kai-Chuan Hsieh] + * Add test_observer_api.py [Artur Pak] + + -- Artur Pak <[email protected]> Wed, 01 Oct 2025 13:47:25 +0800 + oem-scripts (2.49) noble; urgency=medium * pkg-sutton-ug: Fix the black error. diff --git a/oem_scripts/__init__.py b/oem_scripts/__init__.py index 875f953..11409e6 100644 --- a/oem_scripts/__init__.py +++ b/oem_scripts/__init__.py @@ -25,7 +25,7 @@ import subprocess from logging import debug, info, error, critical from tempfile import TemporaryDirectory -__version__ = "2.49" +__version__ = "2.50" ALLOWED_KERNEL_META_LIST = ( "linux-oem-20.04d", |
