Merge lp:~facundo/uservice-logging/new-release-0-10-2 into lp:uservice-logging

Proposed by Facundo Batista
Status: Merged
Approved by: Facundo Batista
Approved revision: 30
Merged at revision: 29
Proposed branch: lp:~facundo/uservice-logging/new-release-0-10-2
Merge into: lp:uservice-logging
Diff against target: 32 lines (+11/-1)
2 files modified
CHANGELOG (+10/-0)
uservice_logging/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~facundo/uservice-logging/new-release-0-10-2
Reviewer Review Type Date Requested Status
Samuele Pedroni Approve
Review via email: mp+272749@code.launchpad.net

Commit message

New release 0.10.2

Description of the change

New release 0.10.2

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
1=== modified file 'CHANGELOG'
2--- CHANGELOG 2015-08-21 13:34:53 +0000
3+++ CHANGELOG 2015-09-29 13:32:54 +0000
4@@ -1,6 +1,16 @@
5 Release History:
6 ################
7
8+NEXT
9+====
10+
11+* ?
12+
13+0.10.2
14+======
15+
16+* Allow to pass the logging level.
17+
18 0.10.1
19 ======
20
21
22=== modified file 'uservice_logging/__init__.py'
23--- uservice_logging/__init__.py 2015-09-02 13:31:48 +0000
24+++ uservice_logging/__init__.py 2015-09-29 13:32:54 +0000
25@@ -29,6 +29,6 @@
26 # If the releaselevel is 'final', then the tarball will be major.minor.micro.
27 # Otherwise it is major.minor.micro~$(revno).
28
29-__version__ = (0, 10, 2, 'dev')
30+__version__ = (0, 10, 3, 'dev')
31
32 from .logging import configure_logging # noqa

Subscribers

People subscribed via source and target branches