Merge lp:~joshbrown/photostory/0.9_to_1.0 into lp:~photostory/photostory/import

Proposed by Josh Brown
Status: Merged
Merged at revision: 3
Proposed branch: lp:~joshbrown/photostory/0.9_to_1.0
Merge into: lp:~photostory/photostory/import
Diff against target: 18 lines (+3/-3)
1 file modified
photostory_0.9_to_1.0.py (+3/-3)
To merge this branch: bzr merge lp:~joshbrown/photostory/0.9_to_1.0
Reviewer Review Type Date Requested Status
Joel Auterson Approve
Review via email: mp+50008@code.launchpad.net

Commit message

Update the version numbers from `0.95` to `1.0` ready for next release

To post a comment you must log in.
Revision history for this message
Joel Auterson (joel-auterson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'photostory_0.9_to_0.95.py' => 'photostory_0.9_to_1.0.py'
2--- photostory_0.9_to_0.95.py 2011-02-15 17:19:24 +0000
3+++ photostory_0.9_to_1.0.py 2011-02-16 16:46:42 +0000
4@@ -1,12 +1,12 @@
5 #!/usr/bin/env python
6
7-# Photostory 0.9 -> 0.95 Data Converter
8+# Photostory 0.9 -> 1.0 Data Converter
9 # by Joel Auterson (joel.auterson@googlemail.com)
10 # http://launchpad.net/photostory
11
12-# The format with which data is stored has been changed in Photostory 0.95.
13+# The format with which data is stored has been changed in Photostory 1.0.
14 # Users must manually run this script before uninstalling Photostory 0.9 to
15-# move and reformat their data as the new 0.95 format.
16+# move and reformat their data as the new 1.0 format.
17
18 import os, cPickle, shutil
19

Subscribers

People subscribed via source and target branches

to all changes: