summaryrefslogtreecommitdiff
path: root/debianbts/version.py
blob: 0cad65784b7b5cdc70bcdcfe98a13acad6f43da7 (plain)
1
2
3
4
5
# please follow the semver semantics, i.e. MAJOR.MINOR.PATCH where
# MAJOR: incompatible API changes
# MINOR: add backwards-compatible functionality
# PATCH: backwards-compatible bug fixes.
__version__ = '3.2.1'