Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alissonlauffer committed Dec 30, 2020
1 parent 58c7f59 commit d796599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# amanobot changelog

## 2.0.1 (2020-12-30)
- Fixed a bug in download_file that prevented it from working

## 2.0.0 (2020-11-06)
- Bot API 5.0 additions (Some things may be missing or broken, please report)
- Added the api_endpoint parameter to the Bot class to allow setting custom API endpoint
Expand Down
2 changes: 1 addition & 1 deletion amanobot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from . import exception

__version__ = '2.0.0'
__version__ = '2.0.1'


def flavor(msg):
Expand Down

0 comments on commit d796599

Please sign in to comment.