]> arthur.barton.de Git - bup.git/commitdiff
Update base_version for 0.33 release
authorRob Browning <rlb@defaultvalue.org>
Sun, 16 Oct 2022 17:18:23 +0000 (12:18 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 16 Oct 2022 21:18:38 +0000 (16:18 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/version.py

index 8fddc6c6220121c50e3b8c08f097621c16acf9d6..5a5ec6de31f40bbf8c842dd404df6fd7b3c675d8 100644 (file)
@@ -22,7 +22,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.33~'
+base_version = b'0.33'
 
 version = base_version
 if version.endswith(b'~'):