Update before release 0.10
This commit is contained in:
parent
f63a7dc48e
commit
51458a439b
2 changed files with 7 additions and 1 deletions
|
@ -11,6 +11,12 @@ But uses `requests` instead of `PyCURL`
|
||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
**Version 0.10 – 31.01.2018**
|
||||||
|
* AssertEquals deprecation warnings by https://github.com/StefanZi
|
||||||
|
* Problems with byte/UTF strings and xml library by https://github.com/StefanZi
|
||||||
|
* Add some Eclipse specific files to gitignore by https://github.com/StefanZi
|
||||||
|
* Remove filesize limit by https://github.com/StefanZi
|
||||||
|
|
||||||
**Version 0.9 – 10.05.2018**
|
**Version 0.9 – 10.05.2018**
|
||||||
* Client.mkdir now accepts 201 HTTP-code by https://github.com/a1ezzz
|
* Client.mkdir now accepts 201 HTTP-code by https://github.com/a1ezzz
|
||||||
* Tests are updated
|
* Tests are updated
|
||||||
|
|
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.9"
|
version = "0.10"
|
||||||
requirements = "libxml2-dev libxslt-dev python-dev"
|
requirements = "libxml2-dev libxslt-dev python-dev"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue