Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed Feb 16, 2021
1 parent cc47b36 commit d75a853
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Changelog
Due to this library relying on external content, older versions are not guaranteed to work.
Try to always use the latest version.

.. v3.7.1:
3.7.1 (2021-02-15)
==================

- Adjusted highscores parsing for upcoming Tibia.com changes.

.. v3.7.0:
3.7.0 (2021-02-09)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def get_version(package):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.0',
'Topic :: Games/Entertainment :: Role-Playing',
'Topic :: Internet',
'Topic :: Software Development',
Expand Down
2 changes: 1 addition & 1 deletion tibiapy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.7.0'
__version__ = '3.7.1'
__author__ = 'Allan Galarza'

import logging
Expand Down

0 comments on commit d75a853

Please sign in to comment.