]> arthur.barton.de Git - bup.git/commitdiff
Update base_version to 0.33~ for 0.33 development
authorRob Browning <rlb@defaultvalue.org>
Sun, 20 Sep 2020 18:14:29 +0000 (13:14 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 3 May 2022 01:09:26 +0000 (20:09 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/version.py

index f37f2fc211a4c0a354010555b5367b5e3d566c7d..8fddc6c6220121c50e3b8c08f097621c16acf9d6 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.32'
+base_version = b'0.33~'
 
 version = base_version
 if version.endswith(b'~'):