Merge ~mwhudson/curtin:release-21.1 into curtin:master

Proposed by Michael Hudson-Doyle
Status: Merged
Approved by: Michael Hudson-Doyle
Approved revision: 2bd333bf48f030cbada4107739cd47a200a0a213
Merged at revision: 2bd333bf48f030cbada4107739cd47a200a0a213
Proposed branch: ~mwhudson/curtin:release-21.1
Merge into: curtin:master
Diff against target: 12 lines (+1/-1)
1 file modified
curtin/__init__.py (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
curtin developers Pending
Review via email: mp+396366@code.launchpad.net

Commit message

Release 21.1

Bump the version in curtin/__init__.py to 21.1.

LP: #1911841

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

The autoland test seems to be having network issues on arm64 so I'm just going to land this by hand (I want the release done before I EOW!)

Revision history for this message
Server Team CI bot (server-team-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/curtin/__init__.py b/curtin/__init__.py
2index 82b6f26..e05027a 100644
3--- a/curtin/__init__.py
4+++ b/curtin/__init__.py
5@@ -38,6 +38,6 @@ FEATURES = [
6 'UEFI_REORDER_FALLBACK_SUPPORT',
7 ]
8
9-__version__ = "20.2"
10+__version__ = "21.1"
11
12 # vi: ts=4 expandtab syntax=python

Subscribers

People subscribed via source and target branches