Skip to content

Commit 716654c

Browse files
committed
Updated changelog and version
1 parent 29604f3 commit 716654c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog
66
Due to this library relying on external content, older versions are not guaranteed to work.
77
Try to always use the latest version.
88

9-
3.3.0 (Unreleased)
9+
3.3.0 (2020-09-09)
1010
=================
1111

1212
- Added support for the Character Bazaar

tibiapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from tibiapy.bazaar import *
1818
from tibiapy.client import *
1919

20-
__version__ = '3.2.2'
20+
__version__ = '3.3.0'
2121

2222
from logging import NullHandler
2323

tibiapy/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ async def _request(self, method, url, data=None, headers=None):
164164
The URL that will be requested.
165165
data: :class:`dict`
166166
A mapping representing the form-data to send as part of the request.
167+
headers: :class:`dict`
168+
A mapping representing the headers to send as part of the request.
167169
168170
Returns
169171
-------

0 commit comments

Comments
 (0)