Merge lp:~lifeless/python-oops-tools/deps into lp:python-oops-tools

Proposed by Robert Collins
Status: Merged
Approved by: Robert Collins
Approved revision: 47
Merged at revision: 47
Proposed branch: lp:~lifeless/python-oops-tools/deps
Merge into: lp:python-oops-tools
Diff against target: 38 lines (+10/-2)
3 files modified
buildout-templates/bin/oopstools.wsgi.in (+1/-1)
src/oopstools/NEWS.txt (+8/-0)
src/oopstools/version.txt (+1/-1)
To merge this branch: bzr merge lp:~lifeless/python-oops-tools/deps
Reviewer Review Type Date Requested Status
Robert Collins (community) Approve
Review via email: mp+126169@code.launchpad.net

Commit message

Fix another typo in the use of timeline-django, release 0.6.6 to get it out there.

Description of the change

Really seriously fully get timeline-django working.

To post a comment you must log in.
Revision history for this message
Robert Collins (lifeless) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'buildout-templates/bin/oopstools.wsgi.in'
2--- buildout-templates/bin/oopstools.wsgi.in 2012-09-23 00:52:28 +0000
3+++ buildout-templates/bin/oopstools.wsgi.in 2012-09-25 06:42:57 +0000
4@@ -16,7 +16,7 @@
5 application = OOPSWSGIHandler()
6 from timeline_django.wsgi import make_app as timeline_django_make_app
7 from timeline import wsgi as timeline_wsgi
8-pplication = timeline_django_make_app(application)
9+application = timeline_django_make_app(application)
10 application = timeline_wsgi.make_app(application)
11
12 from timeline_django import setup
13
14=== modified file 'src/oopstools/NEWS.txt'
15--- src/oopstools/NEWS.txt 2012-09-23 00:52:28 +0000
16+++ src/oopstools/NEWS.txt 2012-09-25 06:42:57 +0000
17@@ -5,6 +5,14 @@
18 NEXT
19 ====
20
21+0.0.6
22+=====
23+
24+The brown paper bag edition.
25+
26+* Fix typoes that prevented the new timeline-django code installing or working
27+ properly. (Robert Collins)
28+
29 0.6.5
30 =====
31
32
33=== modified file 'src/oopstools/version.txt'
34--- src/oopstools/version.txt 2012-09-23 00:52:28 +0000
35+++ src/oopstools/version.txt 2012-09-25 06:42:57 +0000
36@@ -1,1 +1,1 @@
37-0.6.5
38+0.6.6

Subscribers

People subscribed via source and target branches

to all changes: