]> arthur.barton.de Git - bup.git/commitdiff
Update base_version for 0.31 release 0.31
authorRob Browning <rlb@defaultvalue.org>
Sat, 22 Aug 2020 17:12:01 +0000 (12:12 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 22 Aug 2020 17:12:01 +0000 (12:12 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/version.py

index 23ae5cad1154a1c41963485913ef31750b4c3ab7..69551869639cafc4afa4943d8a49d8187a15e7ab 100644 (file)
@@ -25,7 +25,7 @@ else:
 
 # The ~ in a version is a Debian-style "always less than" marker:
 # https://www.debian.org/doc/debian-policy/ch-controlfields.html#version
-base_version = b'0.31~'
+base_version = b'0.31'
 
 version = base_version
 if version.endswith(b'~'):