]> arthur.barton.de Git - bup.git/commitdiff
Update base_version to 0.34~ for 0.34 development master
authorRob Browning <rlb@defaultvalue.org>
Sun, 16 Oct 2022 22:03:05 +0000 (17:03 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 16 Oct 2022 22:03:05 +0000 (17:03 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/version.py

index 5a5ec6de31f40bbf8c842dd404df6fd7b3c675d8..1280af73493278df6c8b681ad5edf34e54ca31d9 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.34~'
 
 version = base_version
 if version.endswith(b'~'):