~tanuki/uservice-logging/trunk

« back to all changes in this revision

Viewing changes to uservice_logging/__init__.py

  • Committer: Tanuki Bot
  • Author(s): Samuele Pedroni (Canonical Services Ltd.)
  • Date: 2015-08-03 15:42:17 UTC
  • mfrom: (19.1.1 uservice-logging)
  • Revision ID: tanuki_bot-20150803154217-5khmxkc0v94a95t8
releaseĀ 0.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
30
30
# Otherwise it is major.minor.micro~$(revno).
31
31
 
32
 
__version__ = (0, 10, 0, 'dev', 0)
 
32
__version__ = (0, 10, 0, 'final')
33
33
 
34
34
from .logging import configure_logging  # noqa