We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f85f3 commit 6893d83Copy full SHA for 6893d83
CHANGELOG.rst
@@ -6,6 +6,12 @@ Changelog
6
Due to this library relying on external content, older versions are not guaranteed to work.
7
Try to always use the latest version.
8
9
+.. v6.3.0
10
+
11
+6.3.0 (2024-04-05)
12
+==================
13
+- Add Ocenia world location.
14
15
.. v6.2.0
16
17
6.2.0 (2024-03-31)
tibiapy/__init__.py
@@ -1,5 +1,5 @@
1
"""Tibia.com parsing and fetching library."""
2
-__version__ = "6.2.0"
+__version__ = "6.3.0"
3
__author__ = "Allan Galarza"
4
__license__ = "Apache-2.0 License"
5
tibiapy/enums.py
@@ -576,4 +576,5 @@ class WorldLocation(StringEnum):
576
577
EUROPE = "Europe"
578
NORTH_AMERICA = "North America"
579
+ OCEANIA = "Oceania"
580
SOUTH_AMERICA = "South America"
0 commit comments