diff --git a/README.rst b/README.rst index 3625716..9753a2f 100644 --- a/README.rst +++ b/README.rst @@ -12,11 +12,12 @@ Release Notes ============= **Version 0.9 – 10.05.2018** + * Client.mkdir now accepts 201 HTTP-code by https://github.com/a1ezzz * Tests are updated * Added Travis-CI **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 + * 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 33e83ec..d5c15b9 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.8" +version = "0.9" requirements = "libxml2-dev libxslt-dev python-dev"