From d7775ff7bb87384b768e5e091c225fc80ede7773 Mon Sep 17 00:00:00 2001 From: fourjr <28086837+fourjr@users.noreply.github.com> Date: Sat, 17 Nov 2018 21:28:35 +0800 Subject: [PATCH] Release 4.0.1 --- CHANGELOG.md | 3 ++- clashroyale/__init__.py | 4 ++-- setup.py | 4 ++-- tox.ini | 1 + 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e982a6..4bb84c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [4.0.1] - 17/11/2018 ### Added - RuntimeError if you were calling the wrong method (iter/aiter) on an inappropriate client (i.e. async client -> iter/blocking client -> aiter) @@ -29,4 +29,5 @@ All notable changes to this project will be documented in this file. [Unreleased]: https://github.com/cgrok/clashroyalecompare/v4.0.0...HEAD +[4.0.1]: https://github.com/cgrok/clashroyale/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/cgrok/clashroyale/compare/6c9215a...v4.0.0 diff --git a/clashroyale/__init__.py b/clashroyale/__init__.py index 1673fd9..ac5e9c5 100644 --- a/clashroyale/__init__.py +++ b/clashroyale/__init__.py @@ -6,7 +6,7 @@ # METADATA # ############ -__version__ = 'v4.0.0' +__version__ = 'v4.0.1' __title__ = 'clashroyale' -__license__ = 'GPLv3' +__license__ = 'MIT' __github__ = 'https://github.com/cgrok/clashroyale' diff --git a/setup.py b/setup.py index d419830..2eb3300 100644 --- a/setup.py +++ b/setup.py @@ -8,11 +8,11 @@ setup( name='clashroyale', packages=find_packages(), - version='4.0.0', + version='4.0.1', description='An (a)sync wrapper for royaleapi.com', long_description=long_description, long_description_content_type='text/x-rst', - license='GPLv3', + license='MIT', keywords=['clashroyale', 'wrapper', 'cr', 'royaleapi'], include_package_data=True, install_requires=['aiohttp', 'python-box', 'requests', 'async_generator'], diff --git a/tox.ini b/tox.ini index 0e12a22..13bd02c 100644 --- a/tox.ini +++ b/tox.ini @@ -11,5 +11,6 @@ envlist = py35,py36,py37 [testenv] changedir = tests sitepackages = true +whitelist_externals = pytest commands = pytest official_api passenv = official_api_url official_api royaleapi