Merge lp:~logan/ubuntu/quantal/python-apptools/new-upstream into lp:ubuntu/quantal/python-apptools

Proposed by Logan Rosen
Status: Merged
Merged at revision: 14
Proposed branch: lp:~logan/ubuntu/quantal/python-apptools/new-upstream
Merge into: lp:ubuntu/quantal/python-apptools
Diff against target: 39 lines (+10/-3)
3 files modified
apptools/__init__.py (+3/-2)
debian/changelog (+6/-0)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~logan/ubuntu/quantal/python-apptools/new-upstream
Reviewer Review Type Date Requested Status
Luke Yelavich (community) Approve
Ubuntu branches Pending
Review via email: mp+115058@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Luke Yelavich (themuso) wrote :

Thanks for your work. Please remember to update the maintainer field in the package next time, as per Ubuntu policy.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'apptools/__init__.py'
2--- apptools/__init__.py 2012-04-23 22:36:25 +0000
3+++ apptools/__init__.py 2012-07-16 03:14:20 +0000
4@@ -1,8 +1,9 @@
5-# Copyright (c) 2007-2011 by Enthought, Inc.
6+# Copyright (c) 2007-2012 by Enthought, Inc.
7 # All rights reserved.
8
9-__version__ = '4.0.1'
10+__version__ = '4.1.0'
11
12 __requires__ = [
13 'traitsui',
14+ 'configobj',
15 ]
16
17=== modified file 'debian/changelog'
18--- debian/changelog 2012-04-23 22:36:25 +0000
19+++ debian/changelog 2012-07-16 03:14:20 +0000
20@@ -1,3 +1,9 @@
21+python-apptools (4.1.0-0ubuntu1) quantal; urgency=low
22+
23+ * New upstream release.
24+
25+ -- Logan Rosen <logatronico@gmail.com> Sun, 15 Jul 2012 23:10:25 -0400
26+
27 python-apptools (4.0.1-1) unstable; urgency=low
28
29 * New upstream release
30
31=== modified file 'setup.py'
32--- setup.py 2012-04-23 22:36:25 +0000
33+++ setup.py 2012-07-16 03:14:20 +0000
34@@ -1,4 +1,4 @@
35-# Copyright (c) 2008-2011 by Enthought, Inc.
36+# Copyright (c) 2008-2012 by Enthought, Inc.
37 # All rights reserved.
38 from os.path import join
39 from setuptools import setup, find_packages

Subscribers

People subscribed via source and target branches

to all changes: