Merge lp:~richard-wilbur/bzr-website/update-stable-2.7.0 into lp:bzr-website

Proposed by Richard Wilbur
Status: Merged
Approved by: Richard Wilbur
Approved revision: 208
Merged at revision: 208
Proposed branch: lp:~richard-wilbur/bzr-website/update-stable-2.7.0
Merge into: lp:bzr-website
Diff against target: 14 lines (+2/-2)
1 file modified
build.py (+2/-2)
To merge this branch: bzr merge lp:~richard-wilbur/bzr-website/update-stable-2.7.0
Reviewer Review Type Date Requested Status
Richard Wilbur Approve
Review via email: mp+286134@code.launchpad.net

Description of the change

Update stable version number to coincide with bzr-2.7.0 release.

To post a comment you must log in.
Revision history for this message
Richard Wilbur (richard-wilbur) wrote :

Trivial change to update home page in light of release.
+2

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build.py'
2--- build.py 2015-08-04 13:55:15 +0000
3+++ build.py 2016-02-16 06:01:49 +0000
4@@ -1,10 +1,10 @@
5 #! /usr/bin/env python
6-# Copyright (C) 2009, 2012, 2015 Canonical Ltd
7+# Copyright (C) 2009, 2012, 2015, 2016 Canonical Ltd
8
9 import time
10 import feedparser
11
12-STABLE_VERSION = "2.6.0"
13+STABLE_VERSION = "2.7.0"
14 TEST_VERSION = "trunk"
15
16

Subscribers

People subscribed via source and target branches