summaryrefslogtreecommitdiff
path: root/debianbts/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'debianbts/version.py')
-rw-r--r--debianbts/version.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/debianbts/version.py b/debianbts/version.py
new file mode 100644
index 0000000..0cad657
--- /dev/null
+++ b/debianbts/version.py
@@ -0,0 +1,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'