← Back to team overview

curtin-dev team mailing list archive

[Merge] ~mwhudson/curtin:release-21.2 into curtin:master

 

Michael Hudson-Doyle has proposed merging ~mwhudson/curtin:release-21.2 into curtin:master.

Commit message:
Release 21.2

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

LP: #1913357


Requested reviews:
  curtin developers (curtin-dev)
Related bugs:
  Bug #1913357 in curtin: "Release 21.2"
  https://bugs.launchpad.net/curtin/+bug/1913357

For more details, see:
https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/396967
-- 
Your team curtin developers is requested to review the proposed merge of ~mwhudson/curtin:release-21.2 into curtin:master.
diff --git a/curtin/__init__.py b/curtin/__init__.py
index e05027a..0178a7b 100644
--- a/curtin/__init__.py
+++ b/curtin/__init__.py
@@ -38,6 +38,6 @@ FEATURES = [
     'UEFI_REORDER_FALLBACK_SUPPORT',
 ]
 
-__version__ = "21.1"
+__version__ = "21.2"
 
 # vi: ts=4 expandtab syntax=python

References