summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShih-Yuan Lee (FourDollars) <[email protected]>2024-02-22 15:31:39 +0800
committerShih-Yuan Lee (FourDollars) <[email protected]>2024-02-22 15:31:39 +0800
commitce41831e2bdc95a7e65a9902c94ad0b0d12b2048 (patch)
treef7070b30ddab268cb41f35da7a655ec686afe48c
parentdbc49ba3cd2a6e73f2f8d338c2ccd189730b49ef (diff)
releasing package oem-scripts version 2.0
-rw-r--r--debian/changelog6
-rw-r--r--oem_scripts/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index da9bfbc..617aa7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+oem-scripts (2.0) jammy; urgency=medium
+
+ * black lp-bug.
+
+ -- Shih-Yuan Lee (FourDollars) <[email protected]> Thu, 22 Feb 2024 15:30:28 +0800
+
oem-scripts (1.99) jammy; urgency=medium
* lp-bug: Use the --source option of pkg-list for the cqa-verify subcommand.
diff --git a/oem_scripts/__init__.py b/oem_scripts/__init__.py
index 39c60f7..a6278f3 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__ = "1.99"
+__version__ = "2.0"
ALLOWED_KERNEL_META_LIST = (
"linux-oem-20.04d",