← Back to team overview

curtin-dev team mailing list archive

[Merge] ~dbungert/curtin:rel-22.1 into curtin:master

 

Dan Bungert has proposed merging ~dbungert/curtin:rel-22.1 into curtin:master.

Commit message:
version to 22.1

Requested reviews:
  curtin developers (curtin-dev)
Related bugs:
  Bug #1979687 in curtin (Ubuntu): "release 22.1"
  https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1979687

For more details, see:
https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/425336
-- 
Your team curtin developers is requested to review the proposed merge of ~dbungert/curtin:rel-22.1 into curtin:master.
diff --git a/curtin/__init__.py b/curtin/__init__.py
index 8a3e850..036cd5d 100644
--- a/curtin/__init__.py
+++ b/curtin/__init__.py
@@ -40,6 +40,6 @@ FEATURES = [
     'FSTAB_DEFAULT_FSCK_ON_BLK'
 ]
 
-__version__ = "21.3"
+__version__ = "22.1"
 
 # vi: ts=4 expandtab syntax=python

Follow ups