prepare to publish v0.6.1 as v0.7
This commit is contained in:
parent
59e40a4e4b
commit
c5e0511178
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ But uses `requests` instead of `PyCURL`
|
||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Version 0.6.1 – 16.03.2018
|
Version 0.7 – 16.03.2018
|
||||||
* Fixed issue with wrong argument for resource creation by https://github.com/janLo
|
* Fixed issue with wrong argument for resource creation by https://github.com/janLo
|
||||||
|
|
||||||
Version 0.6 – 21.02.2018
|
Version 0.6 – 21.02.2018
|
||||||
|
|
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.6.1"
|
version = "0.7"
|
||||||
requirements = "libxml2-dev libxslt-dev python-dev"
|
requirements = "libxml2-dev libxslt-dev python-dev"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue