Merge lp:~pedronis/uservice-logging/0.10.0 into lp:uservice-logging

Proposed by Samuele Pedroni
Status: Merged
Approved by: Samuele Pedroni
Approved revision: 20
Merged at revision: 20
Proposed branch: lp:~pedronis/uservice-logging/0.10.0
Merge into: lp:uservice-logging
Diff against target: 11 lines (+1/-1)
1 file modified
uservice_logging/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~pedronis/uservice-logging/0.10.0
Reviewer Review Type Date Requested Status
Samuele Pedroni Approve
Review via email: mp+266744@code.launchpad.net

Commit message

release 0.10.0

To post a comment you must log in.
Revision history for this message
Samuele Pedroni (pedronis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'uservice_logging/__init__.py'
--- uservice_logging/__init__.py 2015-08-03 15:16:21 +0000
+++ uservice_logging/__init__.py 2015-08-03 15:39:48 +0000
@@ -29,6 +29,6 @@
29# If the releaselevel is 'final', then the tarball will be major.minor.micro.29# If the releaselevel is 'final', then the tarball will be major.minor.micro.
30# Otherwise it is major.minor.micro~$(revno).30# Otherwise it is major.minor.micro~$(revno).
3131
32__version__ = (0, 10, 0, 'dev', 0)32__version__ = (0, 10, 0, 'final')
3333
34from .logging import configure_logging # noqa34from .logging import configure_logging # noqa

Subscribers

People subscribed via source and target branches

to all changes: