Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjr committed Nov 17, 2018
1 parent cf5b755 commit d7775ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions clashroyale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d7775ff

Please sign in to comment.