Skip to content

Commit 597f321

Browse files
committed
Bump version number for git-publish 1.8.2 release
Changes since 1.8.1: - Add --send-email-args argument to pass git-send-email(1) arguments - Show a clear error message when the base branch does not exist Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
1 parent 75c0805 commit 597f321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import shutil
2323
import subprocess
2424
import locale
2525

26-
VERSION = '1.8.1'
26+
VERSION = '1.8.2'
2727

2828
tag_version_re = re.compile(r'^[a-zA-Z0-9_/\-\.]+-v(\d+)$')
2929
git_email_policy = email.policy.default.clone(max_line_length=0, linesep='\n')

0 commit comments

Comments
 (0)