From 370d35e72fddb5ce80d17f270b44682481b80e57 Mon Sep 17 00:00:00 2001 From: Evgeny Ezhov Date: Mon, 7 May 2018 11:12:01 +0300 Subject: [PATCH] prepare to publish v0.8 --- README.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ecc5d45..d6eca0c 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,9 @@ But uses `requests` instead of `PyCURL` Release Notes ============= +Version 0.8 – 07.05.2018 +* Fixed issue in extract_response_for_path when a link in "href" attribute is an absolute link by https://github.com/a1ezzz + Version 0.7 – 16.03.2018 * Fixed issue with wrong argument for resource creation by https://github.com/janLo diff --git a/setup.py b/setup.py index 349b0ac..33e83ec 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages from setuptools.command.install import install as InstallCommand from setuptools.command.test import test as TestCommand -version = "0.7" +version = "0.8" requirements = "libxml2-dev libxslt-dev python-dev"