summaryrefslogtreecommitdiff
path: root/src/leap/mail/_version.py
blob: 0b7cfaa9193dd55a439714f23b333f8161632893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

IN_LONG_VERSION_PY = True
# This file helps to compute a version number in source trees obtained from
# git-archive tarball (such as those provided by githubs download-from-tag
# feature). Distribution tarballs (build by setup.py sdist) and build
# directories (produced by setup.py build) will contain a much shorter file
# that just contains the computed version number.

version_version = '0.3.9-rc1'
version_full = 'd361056ac3eb740e7eb9b5de85a82b2ceeb7a82b'


def get_versions(default={}, verbose=False):
        return {'version': version_version, 'full': version_full}