From 41556dac4ca83477620305273a166e7d5d9f7199 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 11 Feb 2016 05:12:07 +0100 Subject: chore(version): set to next patch release --- VERSION | 2 +- git/remote.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6d7de6e6..21e8796a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 +1.0.3 diff --git a/git/remote.py b/git/remote.py index 1baacb1b..759a3653 100644 --- a/git/remote.py +++ b/git/remote.py @@ -124,7 +124,7 @@ class PushInfo(object): try: flags |= cls._flag_map[control_character] except KeyError: - raise ValueError("Control Character %r unknown as parsed from line %r" % (control_character, line)) + raise ValueError("Control character %r unknown as parsed from line %r" % (control_character, line)) # END handle control character # from_to handling -- cgit v1.2.3