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

Proposed by Ryan Harper
Status: Merged
Approved by: Chad Smith
Approved revision: 08946242e329dbd01937cc3bf137dabe2ba2d6be
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~raharper/curtin:release/20.1
Merge into: curtin:master
Diff against target: 12 lines (+1/-1)
1 file modified
curtin/__init__.py (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Chad Smith Approve
Review via email: mp+384566@code.launchpad.net

Commit message

Release 20.1

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

LP: #1880741

To post a comment you must log in.
Revision history for this message
Chad Smith (chad.smith) wrote :

LGTM!

review: Approve
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/curtin/__init__.py b/curtin/__init__.py
2index 7114b3b..2e1a0ed 100644
3--- a/curtin/__init__.py
4+++ b/curtin/__init__.py
5@@ -34,6 +34,6 @@ FEATURES = [
6 'HAS_VERSION_MODULE',
7 ]
8
9-__version__ = "19.3"
10+__version__ = "20.1"
11
12 # vi: ts=4 expandtab syntax=python

Subscribers

People subscribed via source and target branches