~vila/byov/trunk

« back to all changes in this revision

Viewing changes to ucivms/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2014-01-10 17:39:43 UTC
  • Revision ID: vila+ci@canonical.com-20140110173943-a9ucg6ldn722z4we
Initial skeleton for the ucivms python package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file is part of Ubuntu Continuous Integration virtual machine tools.
 
2
#
 
3
# Copyright 2013 Canonical Ltd.
 
4
#
 
5
# This program is free software: you can redistribute it and/or modify it under
 
6
# the terms of the GNU General Public License version 3, as published by the
 
7
# Free Software Foundation.
 
8
#
 
9
# This program is distributed in the hope that it will be useful, but WITHOUT
 
10
# ANY WARRANTY; without even the implied warranties of MERCHANTABILITY,
 
11
# SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
12
# General Public License for more details.
 
13
#
 
14
# You should have received a copy of the GNU General Public License along with
 
15
# this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
 
 
17
# A tuple containing the five components of the version number: major, minor,
 
18
# micro, releaselevel, and serial. All values except releaselevel are integers;
 
19
# the release level is 'dev' or 'final'. The
 
20
# version_info value corresponding to the ucicms version 2.0 is (2, 0, 0,
 
21
# 'final', 0).
 
22
__version__ = (0, 0, 1, 'dev', 0)