~canonical-ci-engineering/uci-tests/trunk

« back to all changes in this revision

Viewing changes to ucitests/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2014-05-22 11:26:21 UTC
  • Revision ID: vila+ci@canonical.com-20140522112621-a280oxnvg9embn4x
Open 0.1.4 for dev.

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 ucitests version 2.0 is (2, 0, 0,
21
21
# 'final', 0).
22
 
__version__ = (0, 1, 3, 'final', 0)
 
22
__version__ = (0, 1, 4, 'dev', 0)