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

Proposed by Ryan Harper
Status: Merged
Merged at revision: 12e412335b248b4a4a88556ff13b5dbafefba154
Proposed branch: ~raharper/curtin:release/19.2
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
Dan Watkins (community) Approve
Review via email: mp+370274@code.launchpad.net

Commit message

Release 19.2

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

LP: #1836951

To post a comment you must log in.
Revision history for this message
Dan Watkins (oddbloke) :
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 076c135..593231e 100644
3--- a/curtin/__init__.py
4+++ b/curtin/__init__.py
5@@ -32,6 +32,6 @@ FEATURES = [
6 'HAS_VERSION_MODULE',
7 ]
8
9-__version__ = "19.1"
10+__version__ = "19.2"
11
12 # vi: ts=4 expandtab syntax=python

Subscribers

People subscribed via source and target branches