From 27555245887f5f28a42050d5140a56bc23874790 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Thu, 7 Nov 2019 10:23:51 -0800 Subject: [PATCH] Bump version number and add release notes. --- CHANGES.rst | 8 +++++++- git_archive_all.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index badfaba..b774fa0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,12 +1,18 @@ CHANGES ======= +1.20.0 (2019-11-07) +------------------- + +- Fixed handling of non-unicode byte sequences on Linux +- Fixed parsing of git version on Windows +- Added support for path-like objects to GitArchiver + 1.19.4 (2018-12-07) ------------------- - Fixed compatibility with Apple's git (bundled with Xcode) - 1.19.3 (2018-11-27) ------------------- diff --git a/git_archive_all.py b/git_archive_all.py index e99acd5..0a13560 100755 --- a/git_archive_all.py +++ b/git_archive_all.py @@ -32,7 +32,7 @@ import sys import re -__version__ = "1.20.0-dev0" +__version__ = "1.20.0" try: