~vila/byoci/trunk

« back to all changes in this revision

Viewing changes to byoci/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2022-04-20 11:32:36 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20220420113236-yta07n9jta44korq
Tags: byoci-1.2.3
ReleaseĀ 1.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
# micro, releaselevel, and serial. All values except releaselevel are integers;
23
23
# the release level is 'dev' or 'final'. The version_info value corresponding
24
24
# to the byoci version 2.0 is (2, 0, 0, 'final', 0).
25
 
__version__ = (1, 0, 3, 'dev', 0)
 
25
__version__ = (1, 0, 3, 'final', 0)
26
26
 
27
27
 
28
28
def version(ver=None):