summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 12:22:03 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 12:22:03 -0700
commit095b6a3014c89083dcb6bdee66a0699a2791a6a8 (patch)
tree0619ce58345f0072749703efe69d6d4617480d03 /src
parenta46bc5b8712b734f3ae460270a9eeef7f4e07ccb (diff)
Imported Upstream version 1.9.9
Diffstat (limited to 'src')
-rw-r--r--src/launchpadlib.egg-info/PKG-INFO6
-rw-r--r--src/launchpadlib/NEWS.txt4
-rw-r--r--src/launchpadlib/__init__.py2
-rw-r--r--src/launchpadlib/docs/toplevel.txt2
4 files changed, 11 insertions, 3 deletions
diff --git a/src/launchpadlib.egg-info/PKG-INFO b/src/launchpadlib.egg-info/PKG-INFO
index 70d0241..5e33416 100644
--- a/src/launchpadlib.egg-info/PKG-INFO
+++ b/src/launchpadlib.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: launchpadlib
-Version: 1.9.8
+Version: 1.9.9
Summary: Script Launchpad through its web services interfaces. Officially supported.
Home-page: https://help.launchpad.net/API/launchpadlib
Author: LAZR Developers
@@ -31,6 +31,10 @@ Description: ..
NEWS for launchpadlib
=====================
+ 1.9.9 (2011-07-27)
+
+ - Fix a failing test for lazr.restfulclient 0.12.0.
+
1.9.8 (2011-02-28)
==================
diff --git a/src/launchpadlib/NEWS.txt b/src/launchpadlib/NEWS.txt
index 539b9df..39ff26d 100644
--- a/src/launchpadlib/NEWS.txt
+++ b/src/launchpadlib/NEWS.txt
@@ -2,6 +2,10 @@
NEWS for launchpadlib
=====================
+1.9.9 (2011-07-27)
+
+- Fix a failing test for lazr.restfulclient 0.12.0.
+
1.9.8 (2011-02-28)
==================
diff --git a/src/launchpadlib/__init__.py b/src/launchpadlib/__init__.py
index 32b2566..0833395 100644
--- a/src/launchpadlib/__init__.py
+++ b/src/launchpadlib/__init__.py
@@ -14,4 +14,4 @@
# You should have received a copy of the GNU Lesser General Public License
# along with launchpadlib. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '1.9.8'
+__version__ = '1.9.9'
diff --git a/src/launchpadlib/docs/toplevel.txt b/src/launchpadlib/docs/toplevel.txt
index d126681..463f98e 100644
--- a/src/launchpadlib/docs/toplevel.txt
+++ b/src/launchpadlib/docs/toplevel.txt
@@ -110,7 +110,7 @@ to be a team.
>>> person3 = launchpad.people('salgado')
>>> person3.default_membership_period
Traceback (most recent call last):
- AttributeError: 'Entry' object has no attribute 'default_membership_period'
+ AttributeError: ...api.launchpad.../~salgado object has no attribute 'default_membership_period'
Cleanup.