Skip to content

Commit

Permalink
Update version and CHANGELOG.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed Jun 27, 2024
1 parent b3d95e9 commit 07cb8b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

.. 6.2.1
6.2.1 (2024-06-27)
==================
- Fix database generation failing due to invalid date format.


.. 6.2.0
Expand Down
4 changes: 2 additions & 2 deletions tibiawikisql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"""API that reads and parses information from `TibiaWiki <https://tibiawiki.fandom.com>`_."""

__author__ = "Allan Galarza"
__copyright__ = "Copyright 2021 Allan Galarza"
__copyright__ = "Copyright 2024 Allan Galarza"

__license__ = "Apache 2.0"
__version__ = "6.2.0"
__version__ = "6.2.1"

from tibiawikisql import models
from tibiawikisql.api import Article, Image, WikiClient, WikiEntry

0 comments on commit 07cb8b1

Please sign in to comment.