Skip to content

Commit 30dd938

Browse files
committed
Update git2dot.py version format
1 parent d9376cc commit 30dd938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git2dot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
import sys
100100

101101

102-
VERSION = '0.8.1'
102+
VERSION = '0.8.2'
103103
DEFAULT_GITCMD = 'git log --format="|Record:|%h|%p|%d|%ci%n%b"' # --gitcmd
104104
DEFAULT_RANGE = '--all --topo-order' # --range
105105

@@ -1533,7 +1533,7 @@ def gettext(s):
15331533

15341534
parser.add_argument('-V', '--version',
15351535
action='version',
1536-
version='%(prog)s v{0}'.format(VERSION),
1536+
version='%(prog)s version {0}'.format(VERSION),
15371537
help="""Show program's version number and exit.
15381538
""")
15391539

0 commit comments

Comments
 (0)