prepare to publish v0.8
This commit is contained in:
parent
794d9248f3
commit
370d35e72f
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@ But uses `requests` instead of `PyCURL`
|
||||||
Release Notes
|
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
|
Version 0.7 – 16.03.2018
|
||||||
* Fixed issue with wrong argument for resource creation by https://github.com/janLo
|
* Fixed issue with wrong argument for resource creation by https://github.com/janLo
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ from setuptools import setup, find_packages
|
||||||
from setuptools.command.install import install as InstallCommand
|
from setuptools.command.install import install as InstallCommand
|
||||||
from setuptools.command.test import test as TestCommand
|
from setuptools.command.test import test as TestCommand
|
||||||
|
|
||||||
version = "0.7"
|
version = "0.8"
|
||||||
requirements = "libxml2-dev libxslt-dev python-dev"
|
requirements = "libxml2-dev libxslt-dev python-dev"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue