~vila/byot/trunk

« back to all changes in this revision

Viewing changes to olstests/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2017-11-15 18:43:45 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20171115184345-okbbp0k6astpa8jc
open 1.0.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 olstests version 2.0 is (2, 0, 0,
21
21
# 'final', 0).
22
 
__version__ = (1, 0, 3, 'final', 0)
 
22
__version__ = (1, 0, 4, 'dev', 0)