diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f283414..0f79bf4 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,41 @@ -Version 0.1.3 +Version 0.1.4 ================================================================================ +* Test against Python 3.7+ +* Create python-package.yml +* Fix tests and docs + +Version 0.1.4 +-------------------------------------------------------------------------------- + +* Test against Python 3.7+ +* Create python-package.yml +* Fix tests and docs + +Version 0.1.4 +-------------------------------------------------------------------------------- + +* Test against Python 3.7+ +* Create python-package.yml +* Fix tests and docs + +Version 0.1.4 +-------------------------------------------------------------------------------- + +* Test against Python 3.7+ +* Create python-package.yml +* Fix tests and docs + +Version 0.1.4 +-------------------------------------------------------------------------------- + +* Test against Python 3.7+ +* Create python-package.yml +* Fix tests and docs + +Version 0.1.3 +-------------------------------------------------------------------------------- + * Remove version requirement for aiohttp as aioresponses suppports latest now Version 0.1.2 diff --git a/setup.py b/setup.py index c1dba2f..7a9acfe 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name='aiohttp-requests', - version='0.1.4', + version='0.1.5', author='Max Zheng', author_email='maxzheng.os @t gmail.com',