summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Gompa <ngompa13@gmail.com>2019-02-25 08:52:04 -0500
committerNeal Gompa <ngompa13@gmail.com>2019-02-25 08:52:04 -0500
commit5335c7c7c2fd141b071cf1b8d95315180c03359a (patch)
treee5ab8dc6f2532869f0eb0b251828684dd7b3d3e1
parentbe273c4b8d97960efcb4d53ec0d09286d3e942c3 (diff)
downloadurlgrabber-5335c7c7c2fd141b071cf1b8d95315180c03359a.tar.gz
Release 4.0.0urlgrabber-4-0-0
-rw-r--r--ChangeLog9
-rw-r--r--urlgrabber/__init__.py4
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3269701..b0189c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2019-02-25 Neal Gompa <ngompa13@gmail.com>
+
+ * Port to Python 3
+ * Add curl_obj option to grabber
+ * Throw an obvious error message when urlgrabber-ext-down
+ is missing when attempting to use external downloader
+ * Use setuptools for setup.py instead of distutils
+ * bump version to 4.0.0
+
2017-02-02 Valentina Mukhamedzhanova <vmukhame@redhat.com>
* Add no_cache and retry_no_cache options.
diff --git a/urlgrabber/__init__.py b/urlgrabber/__init__.py
index 65b3145..405aa5f 100644
--- a/urlgrabber/__init__.py
+++ b/urlgrabber/__init__.py
@@ -44,8 +44,8 @@ following features:
automatically switching mirrors if there is a failure.
"""
-__version__ = '3.10.2'
-__date__ = '2017/02/02'
+__version__ = '4.0.0'
+__date__ = '2019/02/25'
__author__ = 'Michael D. Stenner <mstenner@linux.duke.edu>, ' \
'Ryan Tomayko <rtomayko@naeblis.cx>' \
'Seth Vidal <skvidal@fedoraproject.org>' \