~vila/byov/trunk

« back to all changes in this revision

Viewing changes to byov/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2018-01-30 09:47:07 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20180130094707-yi9wfwnhlbg0jhia
Rename to byov.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This file is part of Online Services virtual machine tools.
 
1
# This file is part of Build Your Own Virtual machine.
2
2
#
 
3
# Copyright 2018 Vincent Ladeuil.
3
4
# Copyright 2014-2017 Canonical Ltd.
4
5
#
5
6
# This program is free software: you can redistribute it and/or modify it under
17
18
# A tuple containing the five components of the version number: major, minor,
18
19
# micro, releaselevel, and serial. All values except releaselevel are integers;
19
20
# the release level is 'dev' or 'final'. The
20
 
# version_info value corresponding to the olsvms version 2.0 is (2, 0, 0,
 
21
# version_info value corresponding to the byov version 2.0 is (2, 0, 0,
21
22
# 'final', 0).
22
 
__version__ = (1, 3, 1, 'final', 0)
 
23
__version__ = (2, 0, 0, 'dev', 0)
23
24
 
24
25
 
25
26
def version(ver=None):