diff options
author | Michael Hudson-Doyle <[email protected]> | 2021-01-27 01:26:45 +0000 |
---|---|---|
committer | Server Team CI Bot <[email protected]> | 2021-01-27 01:26:45 +0000 |
commit | d3a86fe93b2a92534658b332c9ebb8389c51063b (patch) | |
tree | 191171229dda934c720515644a6f7415ced3c485 | |
parent | 818db25799d85d273a0da69075f77dc2b7c1127f (diff) |
Release 21.221.2
Bump the version in curtin/__init__.py to 21.2.
LP: #1913357
-rw-r--r-- | curtin/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curtin/__init__.py b/curtin/__init__.py index e05027a8..0178a7b4 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 |