Bump version for 4.29.0 release.

This commit is contained in:
Jonathan Bernard 2025-01-11 11:59:52 -06:00
parent 0f7e257f76
commit 8b0c751344
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Package # Package
version = "4.28.0" version = "4.29.0"
author = "Jonathan Bernard" author = "Jonathan Bernard"
description = "Personal issue tracker." description = "Personal issue tracker."
license = "MIT" license = "MIT"

View File

@ -1,4 +1,4 @@
const PIT_VERSION* = "4.28.0" const PIT_VERSION* = "4.29.0"
const USAGE* = """Usage: const USAGE* = """Usage:
pit ( new | add) <summary> [<state>] [options] pit ( new | add) <summary> [<state>] [options]
@ -191,4 +191,4 @@ Issue Properties:
If present, expected to be a comma-delimited list of text tags. The -g If present, expected to be a comma-delimited list of text tags. The -g
option is a short-hand for '-p tags:<tags-value>'. option is a short-hand for '-p tags:<tags-value>'.
""" """