← Back to team overview

curtin-dev team mailing list archive

[Merge] ~raharper/curtin:release/20.1 into curtin:master

 

Ryan Harper has proposed merging ~raharper/curtin:release/20.1 into curtin:master.

Commit message:
Release 20.1

Bump the version in curtin/__init__.py to be 20.1.

LP: #1880741

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

For more details, see:
https://code.launchpad.net/~raharper/curtin/+git/curtin/+merge/384566
-- 
Your team curtin developers is requested to review the proposed merge of ~raharper/curtin:release/20.1 into curtin:master.
diff --git a/curtin/__init__.py b/curtin/__init__.py
index 7114b3b..2e1a0ed 100644
--- a/curtin/__init__.py
+++ b/curtin/__init__.py
@@ -34,6 +34,6 @@ FEATURES = [
     'HAS_VERSION_MODULE',
 ]
 
-__version__ = "19.3"
+__version__ = "20.1"
 
 # vi: ts=4 expandtab syntax=python

Follow ups