From f765a0b423e8550f50a227f7c003e749d71f11c0 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Thu, 27 Sep 2018 02:57:50 -0700 Subject: [PATCH] Bump version number. --- CHANGES.rst | 3 +++ git_archive_all.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c4f5455..a4df51c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,9 @@ CHANGES ======= +1.18.3 (2018-09-27) +- Fix broken support for zip files + 1.18.2 (2018-09-19) ------------------- diff --git a/git_archive_all.py b/git_archive_all.py index 47bbb08..156cfc7 100755 --- a/git_archive_all.py +++ b/git_archive_all.py @@ -32,7 +32,7 @@ import sys import re -__version__ = "1.18.2" +__version__ = "1.18.3" try: