launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30877
[Merge] ~pelpsi/launchpad-buildd:release-236 into launchpad-buildd:master
Simone Pelosi has proposed merging ~pelpsi/launchpad-buildd:release-236 into launchpad-buildd:master.
Commit message:
Release version 236
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-buildd/+git/launchpad-buildd/+merge/460671
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~pelpsi/launchpad-buildd:release-236 into launchpad-buildd:master.
diff --git a/debian/changelog b/debian/changelog
index 3cce517..8bddfae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-launchpad-buildd (236) UNRELEASED; urgency=medium
+launchpad-buildd (236) focal; urgency=medium
[ Colin Watson ]
* Add lxc.cgroup2.* configuration, for compatibility with future
@@ -14,11 +14,11 @@ launchpad-buildd (236) UNRELEASED; urgency=medium
* Add support for snap components.
Snap components are already built by our build jobs but not
added to `built files`.
- Add `.comp` filetype to the filter in the `gatherResults` function
+ Add `.comp` filetype to the filter in `gatherResults` function
to process components correctly.
Snap components and `.comp` file type reference: SD149
- -- Colin Watson <cjwatson@xxxxxxxxxx> Thu, 16 Nov 2023 16:06:07 +0000
+ -- Simone Pelosi <simone.pelosi@xxxxxxxxxxxxx> Fri, 16 Feb 2024 10:21:07 +0100
launchpad-buildd (235) focal; urgency=medium
diff --git a/docs/conf.py b/docs/conf.py
index fa1050a..c81ae4d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -22,7 +22,7 @@ copyright = "2009-2022, Canonical Ltd"
author = "Launchpad developers"
# The full version, including alpha/beta/rc tags
-release = "235"
+release = "236"
# -- General configuration ---------------------------------------------------