Skip to content

Commit

Permalink
Bump version number for git-publish 1.8.2 release
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stefanha committed Jan 30, 2024
1 parent 75c0805 commit 597f321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-publish
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import shutil
import subprocess
import locale

VERSION = '1.8.1'
VERSION = '1.8.2'

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

0 comments on commit 597f321

Please sign in to comment.