From 0021522956a08155220c2a5548d2a7dc0990ebe2 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Tue, 14 Sep 2010 09:30:04 +0100 Subject: [PATCH] all: Use production API rather than edge by default. Should be more reliable and was advised by lifeless (LP team). --- debian/changelog | 4 ++++ ubuntutools/lp/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 06fc7bc..3ced4ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,10 @@ ubuntu-dev-tools (0.102) UNRELEASED; urgency=low Developers address (instead of the calling user) when the package is not in Debian. + [ Iain Lane ] + * all: Use production API rather than edge by default. Should be more + reliable and was advised by lifeless (LP team). + -- Benjamin Drung Sun, 15 Aug 2010 02:22:08 +0200 ubuntu-dev-tools (0.101) unstable; urgency=low diff --git a/ubuntutools/lp/__init__.py b/ubuntutools/lp/__init__.py index 9f8b1ff..41648d8 100644 --- a/ubuntutools/lp/__init__.py +++ b/ubuntutools/lp/__init__.py @@ -2,5 +2,5 @@ ## ubuntu-dev-tools Launchpad Python modules. ## -service = 'edge' +service = 'production' api_version = '1.0'