Merge lp:~leonardr/launchpadlib/use-1.0 into lp:launchpadlib

Proposed by Leonard Richardson
Status: Merged
Approved by: Edwin Grubbs
Approved revision: 88
Merged at revision: not available
Proposed branch: lp:~leonardr/launchpadlib/use-1.0
Merge into: lp:launchpadlib
Diff against target: 51 lines (+8/-3)
4 files modified
ez_setup.py (+1/-1)
src/launchpadlib/NEWS.txt (+5/-0)
src/launchpadlib/__init__.py (+1/-1)
src/launchpadlib/launchpad.py (+1/-1)
To merge this branch: bzr merge lp:~leonardr/launchpadlib/use-1.0
Reviewer Review Type Date Requested Status
Edwin Grubbs (community) Approve
Review via email: mp+22064@code.launchpad.net

Description of the change

This branch changes launchpadlib to use the '1.0' version of the web service by default, instead of 'beta'.

To post a comment you must log in.
Revision history for this message
Edwin Grubbs (edwin-grubbs) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ez_setup.py'
2--- ez_setup.py 2008-08-01 16:09:48 +0000
3+++ ez_setup.py 2010-03-24 20:54:28 +0000
4@@ -14,7 +14,7 @@
5 This file can also be run as a script to install or upgrade setuptools.
6 """
7 import sys
8-DEFAULT_VERSION = "0.6c8"
9+DEFAULT_VERSION = "0.6c11"
10 DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
11
12 md5_data = {
13
14=== modified file 'src/launchpadlib/NEWS.txt'
15--- src/launchpadlib/NEWS.txt 2010-03-16 21:05:15 +0000
16+++ src/launchpadlib/NEWS.txt 2010-03-24 20:54:28 +0000
17@@ -2,6 +2,11 @@
18 NEWS for launchpadlib
19 =====================
20
21+1.5.8 (2010-03-24)
22+==================
23+
24+- Use version 1.0 of the Launchpad web service by default.
25+
26 1.5.7 (2010-03-16)
27 ==================
28
29
30=== modified file 'src/launchpadlib/__init__.py'
31--- src/launchpadlib/__init__.py 2010-03-16 21:05:15 +0000
32+++ src/launchpadlib/__init__.py 2010-03-24 20:54:28 +0000
33@@ -14,4 +14,4 @@
34 # You should have received a copy of the GNU Lesser General Public License
35 # along with launchpadlib. If not, see <http://www.gnu.org/licenses/>.
36
37-__version__ = '1.5.7'
38+__version__ = '1.5.8'
39
40=== modified file 'src/launchpadlib/launchpad.py'
41--- src/launchpadlib/launchpad.py 2010-03-04 19:26:40 +0000
42+++ src/launchpadlib/launchpad.py 2010-03-24 20:54:28 +0000
43@@ -74,7 +74,7 @@
44 :type credentials: `Credentials`
45 """
46
47- DEFAULT_VERSION = 'beta'
48+ DEFAULT_VERSION = '1.0'
49
50 RESOURCE_TYPE_CLASSES = {
51 'bugs': BugSet,

Subscribers

People subscribed via source and target branches