Skip to content

Commit a1b1d9e

Browse files
committed
Update changelog and version
1 parent c30eed8 commit a1b1d9e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changelog
88

99
.. v6.0.0
1010
11-
6.0.0 (Unreleased)
11+
6.0.0 (2023-08-24)
1212
==================
1313
- 🚨 Python 3.7 and below no longer supported.
1414
- All models are now Pydantic models, for better data validation, serialization and deserialization.
@@ -117,12 +117,7 @@ Changelog
117117
- Renamed ``DisplayOutfit`` to ``OutfitEntry``.
118118
- Renamed ``DisplayFamiliar`` to ``FamiliarEntry``.
119119
- Renamed ``page`` to ``current_page``, ``results`` to ``results_count``, and ``fully_fetched`` to ``is_fully_fetched`` in ``ItemSummary``, ``Mounts``, ``Familiars`` and ``Outfits``.
120-
121-
122-
123120
- Added ``thread_starter_deleted`` to ``ThreadEntry``.
124-
125-
126121
- Renamed ``Category`` to ``HighscoresCategory``.
127122
- Renamed ``BattlEyeTypeFilter`` to ``AuctionBattlEyeFilter``.
128123
- Renamed ``VocationFilter`` to ``HighscoresProfession``.

tibiapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Tibia.com parsing and fetching library."""
2-
__version__ = "6.0.0a2"
2+
__version__ = "6.0.0"
33
__author__ = "Allan Galarza"
44
__license__ = "Apache-2.0 License"
55

0 commit comments

Comments
 (0)