Merge lp://qastaging/~ken-vandine/desktopcouch/desktopcouch-0_1 into lp://qastaging/desktopcouch

Proposed by Ken VanDine
Status: Merged
Approved by: Elliot Murphy
Approved revision: 28
Merged at revision: not available
Proposed branch: lp://qastaging/~ken-vandine/desktopcouch/desktopcouch-0_1
Merge into: lp://qastaging/desktopcouch
Diff against target: None lines
To merge this branch: bzr merge lp://qastaging/~ken-vandine/desktopcouch/desktopcouch-0_1
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+9523@code.qastaging.launchpad.net

Commit message

Bumped version to 0.1 in setup.py and tagged desktopcouch-0_1

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Bumped version to 0.1 in setup.py and tagged desktopcouch-0_1

Revision history for this message
dobey (dobey) wrote :

I really really don't like distutils/setuptools. :-/

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2009-07-29 14:31:01 +0000
3+++ setup.py 2009-07-31 17:40:08 +0000
4@@ -27,12 +27,14 @@
5
6 setup(
7 name='desktopcouch',
8- version='0.0.2',
9+ version='0.1',
10 description='A Desktop CouchDB instance.',
11 url='https://launchpad.net/desktopcouch',
12 license='LGPL-3',
13 author='Stuart Langridge',
14 author_email='stuart.langridge@canonical.com',
15 data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
16- 'bin/desktopcouch-stop'])],
17+ 'bin/desktopcouch-stop']),
18+ ('/usr/share/doc/python-desktopcouch-records/api/',
19+ ['desktopcouch/records/doc/records.txt'])],
20 )

Subscribers

People subscribed via source and target branches