Skip to content

Commit 7a388ab

Browse files
authored
Merge pull request #224 from hartwork/prepare-release
Prepare release 7.5.0
2 parents 620f4de + 845c941 commit 7a388ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

git-delete-merged-branches.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2-
.TH GIT-DELETE-MERGED-BRANCHES "1" "December 2024" "git-delete-merged-branches 7.4.2" "User Commands"
2+
.TH GIT-DELETE-MERGED-BRANCHES "1" "March 2025" "git-delete-merged-branches 7.5.0" "User Commands"
33
.SH NAME
44
git-delete-merged-branches \- Command-line tool to delete merged Git branches
55
.SH SYNOPSIS

git-dmb.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2-
.TH GIT-DMB "1" "December 2024" "git-dmb 7.4.2" "User Commands"
2+
.TH GIT-DMB "1" "March 2025" "git-dmb 7.5.0" "User Commands"
33
.SH NAME
44
git-dmb \- Command-line tool to delete merged Git branches
55
.SH SYNOPSIS

git_delete_merged_branches/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
APP = "git-delete-merged-branches"
55
DESCRIPTION = "Command-line tool to delete merged Git branches"
6-
VERSION = "7.4.2"
6+
VERSION = "7.5.0"

sync-manpages-with-help-output.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66
set -o pipefail
77

8-
_BUILD_MONTH=2024-12 # for reproducible builds; bump when doing releases
8+
_BUILD_MONTH=2025-03 # for reproducible builds; bump when doing releases
99

1010
sed_args=(
1111
# Produce familiar section "synopsis"

0 commit comments

Comments
 (0)