~ubuntuone-hackers/ols-config/trunk

« back to all changes in this revision

Viewing changes to olsconfig/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2017-03-28 08:45:04 UTC
  • Revision ID: vila+ols@canonical.com-20170328084504-1o15z2qdelut32sr
Tags: ols-config-1.0.2
ReleaseĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# the release level is 'dev' or 'final'. The
20
20
# version_info value corresponding to the olsconfig version 2.0 is (2, 0, 0,
21
21
# 'final', 0).
22
 
__version__ = (1, 0, 2, 'dev', 0)
 
22
__version__ = (1, 0, 2, 'final', 0)