curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #01315
[Merge] ~mwhudson/curtin:release-21.1 into curtin:master
Michael Hudson-Doyle has proposed merging ~mwhudson/curtin:release-21.1 into curtin:master.
Commit message:
Release 21.1
Bump the version in curtin/__init__.py to 21.1.
LP: #1911841
Requested reviews:
curtin developers (curtin-dev)
Related bugs:
Bug #1911841 in curtin: "Release 21.1"
https://bugs.launchpad.net/curtin/+bug/1911841
For more details, see:
https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/396366
--
Your team curtin developers is requested to review the proposed merge of ~mwhudson/curtin:release-21.1 into curtin:master.
diff --git a/curtin/__init__.py b/curtin/__init__.py
index 82b6f26..e05027a 100644
--- a/curtin/__init__.py
+++ b/curtin/__init__.py
@@ -38,6 +38,6 @@ FEATURES = [
'UEFI_REORDER_FALLBACK_SUPPORT',
]
-__version__ = "20.2"
+__version__ = "21.1"
# vi: ts=4 expandtab syntax=python
Follow ups