prepare to publish 0.9

This commit is contained in:
Evgeny Ezhov 2018-05-10 14:51:02 +03:00
parent c6ec44e479
commit 2628a80e2f
2 changed files with 3 additions and 2 deletions

View file

@ -12,6 +12,7 @@ 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

View file

@ -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"