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
=== renamed file 'photostory_0.9_to_0.95.py' => 'photostory_0.9_to_1.0.py'
--- photostory_0.9_to_0.95.py 2011-02-15 17:19:24 +0000
+++ photostory_0.9_to_1.0.py 2011-02-16 16:46:42 +0000
@@ -1,12 +1,12 @@
1#!/usr/bin/env python1#!/usr/bin/env python
22
3# Photostory 0.9 -> 0.95 Data Converter3# Photostory 0.9 -> 1.0 Data Converter
4# by Joel Auterson (joel.auterson@googlemail.com)4# by Joel Auterson (joel.auterson@googlemail.com)
5# http://launchpad.net/photostory5# http://launchpad.net/photostory
66
7# The format with which data is stored has been changed in Photostory 0.95.7# The format with which data is stored has been changed in Photostory 1.0.
8# Users must manually run this script before uninstalling Photostory 0.9 to8# Users must manually run this script before uninstalling Photostory 0.9 to
9# move and reformat their data as the new 0.95 format.9# move and reformat their data as the new 1.0 format.
1010
11import os, cPickle, shutil11import os, cPickle, shutil
1212

Subscribers

People subscribed via source and target branches

to all changes: