Update before release 0.12
This commit is contained in:
parent
991e645fdb
commit
da46592c6f
2 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,10 @@ But uses `requests` instead of `PyCURL`
|
||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
**Version 0.12 - 21.06.2019**
|
||||||
|
* Added depth argument in copy method in client.py by https://github.com/JesperHakansson
|
||||||
|
* Added verify attribute to execute_request method by https://github.com/JesperHakansson
|
||||||
|
|
||||||
**Version 0.11 – 30.03.2019**
|
**Version 0.11 – 30.03.2019**
|
||||||
* Fixed MemoryError if a large file is downloaded with a 32 bit python by https://github.com/bboehmke
|
* Fixed MemoryError if a large file is downloaded with a 32 bit python by https://github.com/bboehmke
|
||||||
* Fixed argcomplete is required to run wdc but was not included in the requirements by https://github.com/evanhorn
|
* Fixed argcomplete is required to run wdc but was not included in the requirements by https://github.com/evanhorn
|
||||||
|
|
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.11"
|
version = "0.12"
|
||||||
requirements = "libxml2-dev libxslt-dev python-dev"
|
requirements = "libxml2-dev libxslt-dev python-dev"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue