Skip to content

Commit

Permalink
Version 3.2.0 (#3314)
Browse files Browse the repository at this point in the history
* Thanks Caleb!

* version bump
  • Loading branch information
Michael H authored and palmtree5 committed Jan 10, 2020
1 parent 6ce4213 commit ad505b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion redbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def _update_event_loop_policy():
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())


__version__ = "3.1.8"
__version__ = "3.2.0"
version_info = VersionInfo.from_str(__version__)

# Filter fuzzywuzzy slow sequence matcher warning
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ install_requires =
aiohttp-json-rpc==0.12.1
aiosqlite==0.11.0
appdirs==1.4.3
# No source_dist for apsw-wheels rn, consider changing later.
apsw-wheels==3.30.1.post1; platform_machine != "aarch64"
reddist-apsw==3.30.1.post1; platform_machine == "aarch64"
apsw-wheels==3.30.1.post3
async-timeout==3.0.1
attrs==19.3.0
Babel==2.8.0
Expand Down

0 comments on commit ad505b2

Please sign in to comment.