Merge lp:~leonardr/launchpadlib/release into lp:launchpadlib

Proposed by Leonard Richardson
Status: Merged
Merged at revision: not available
Proposed branch: lp:~leonardr/launchpadlib/release
Merge into: lp:launchpadlib
Diff against target: 29 lines
2 files modified
src/launchpadlib/NEWS.txt (+9/-0)
src/launchpadlib/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~leonardr/launchpadlib/release
Reviewer Review Type Date Requested Status
Paul Hummer (community) Approve
Review via email: mp+12746@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Leonard Richardson (leonardr) wrote :

This branch bumps the launchpadlib version number and summarizes recent changes, so that a new version of launchpadlib can be packaged for the next Ubuntu release.

Revision history for this message
Paul Hummer (rockstar) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/launchpadlib/NEWS.txt'
2--- src/launchpadlib/NEWS.txt 2009-07-16 15:54:58 +0000
3+++ src/launchpadlib/NEWS.txt 2009-10-01 19:30:22 +0000
4@@ -2,6 +2,15 @@
5 NEWS for launchpadlib
6 =====================
7
8+1.5.2 (2009-10-01)
9+==================
10+
11+- Added a number of new sample scripts from elsewhere.
12+
13+- Added a reference to the production Launchpad instance.
14+
15+- Made it easier to specify a Launchpad instance to run against.
16+
17 1.5.1 (2009-07-16)
18 ==================
19
20
21=== modified file 'src/launchpadlib/__init__.py'
22--- src/launchpadlib/__init__.py 2009-07-16 15:54:58 +0000
23+++ src/launchpadlib/__init__.py 2009-10-01 19:30:22 +0000
24@@ -14,4 +14,4 @@
25 # You should have received a copy of the GNU Lesser General Public License
26 # along with launchpadlib. If not, see <http://www.gnu.org/licenses/>.
27
28-__version__ = '1.5.1'
29+__version__ = '1.5.2'

Subscribers

People subscribed via source and target branches