Skip to content

Commit 41556da

Browse files
committed
chore(version): set to next patch release
1 parent dbc07b4 commit 41556da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

git/remote.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _from_line(cls, remote, line):
124124
try:
125125
flags |= cls._flag_map[control_character]
126126
except KeyError:
127-
raise ValueError("Control Character %r unknown as parsed from line %r" % (control_character, line))
127+
raise ValueError("Control character %r unknown as parsed from line %r" % (control_character, line))
128128
# END handle control character
129129

130130
# from_to handling

0 commit comments

Comments
 (0)