From ce85c95dfcc371e7a258dd9b7227470897632976 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Wed, 1 Nov 2017 18:00:28 +0100 Subject: [PATCH] Bump to 8.0.3 --- Changelog.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index 2388716..e3cc966 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -1,3 +1,9 @@ +8.0.3 +----- + +* Performance improvements (see #20). We are now faster than v7 :) + Note that ``pycp`` will be still be slow if only one CPU is available. + 8.0.2 ----- diff --git a/setup.py b/setup.py index 207f4ad..98ad914 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup(name='pycp', - version="8.0.2", + version="8.0.3", description='cp and mv with a progressbar', author="Dimitri Merejkowsky", author_email="d.merej@gmail.com",