prepare to publish v0.6.1

This commit is contained in:
Evgeny Ezhov 2018-03-16 09:24:13 +03:00
parent c0ac6d701a
commit ff13a2e981
2 changed files with 5 additions and 2 deletions

View file

@ -8,7 +8,10 @@ But uses `requests` instead of `PyCURL`
Release Notes Release Notes
============= =============
Version 0.6 21.03.2018 Version 0.6.1 16.03.2018
* Fixed issue with wrong argument for resource creation
Version 0.6 21.02.2018
* Fixed issue with in extracting response for path * Fixed issue with in extracting response for path
Version 0.5 03.12.2017 Version 0.5 03.12.2017

View file

@ -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.6" version = "0.6.1"
requirements = "libxml2-dev libxslt-dev python-dev" requirements = "libxml2-dev libxslt-dev python-dev"