Skip to content

Commit

Permalink
Update base_version for 0.33.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
  • Loading branch information
rlbdv committed Dec 28, 2023
1 parent 8a3fdfb commit 85fdce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bup/version.py
Expand Up @@ -22,7 +22,7 @@

# 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.3~'
base_version = b'0.33.3'

version = base_version
if version.endswith(b'~'):
Expand Down

0 comments on commit 85fdce0

Please sign in to comment.