summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Gompa <ngompa13@gmail.com>2019-10-08 19:02:19 -0400
committerNeal Gompa <ngompa13@gmail.com>2019-10-08 19:02:19 -0400
commit50a16613c39f346c833611d4b261d7a73cac298b (patch)
tree5240360a363b91a4328429f098e7efe80da2d564
parenteb3c1c216547014b7c87e391b4f5bde0f4a211d6 (diff)
downloadurlgrabber-50a16613c39f346c833611d4b261d7a73cac298b.tar.gz
Release 4.1.0urlgrabber-4-1-0
-rw-r--r--ChangeLog11
-rw-r--r--setup.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b0189c2..5a72bbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2019-10-08 Neal Gompa <ngompa13@gmail.com>
+
+ * Fix confused license header to clarify licensing
+ * Fix Python 3 compatibility with urlgrabber-ext-down
+ * Support HTTP CONNECT with reget. BZ 1585596
+ * Fix for usage of _levelNames from logging module
+ * Fix issue when URLGRABBER_DEBUG is not an integer on Python 3
+ * Revise setup.py to remove need for extra setup-time dependencies
+ * setuptools: Update Development Status to "Production/Stable"
+ * Bump version to 4.1.0
+
2019-02-25 Neal Gompa <ngompa13@gmail.com>
* Port to Python 3
diff --git a/setup.py b/setup.py
index b863c8a..6f6a6bd 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
pkg_name = "urlgrabber"
-pkg_version = "4.0.0"
+pkg_version = "4.1.0"
setup(
name=pkg_name,