Skip to content

Commit 6893d83

Browse files
committed
Add Oceania world location
- Update changelog and version
1 parent 03f85f3 commit 6893d83

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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+
.. v6.3.0
10+
11+
6.3.0 (2024-04-05)
12+
==================
13+
- Add Ocenia world location.
14+
915
.. v6.2.0
1016
1117
6.2.0 (2024-03-31)

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.2.0"
2+
__version__ = "6.3.0"
33
__author__ = "Allan Galarza"
44
__license__ = "Apache-2.0 License"
55

tibiapy/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,5 @@ class WorldLocation(StringEnum):
576576

577577
EUROPE = "Europe"
578578
NORTH_AMERICA = "North America"
579+
OCEANIA = "Oceania"
579580
SOUTH_AMERICA = "South America"

0 commit comments

Comments
 (0)