Skip to content

Commit

Permalink
Updated version to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avdstaaij committed Apr 19, 2024
1 parent 6ca21ef commit 0716a66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Compatible with GDMC-HTTP **>=1.0.0, <2.0.0** and Minecraft **1.20.2**.


# 7.1.0

Compatible with GDMC-HTTP **>=1.0.0, <2.0.0** and Minecraft **1.20.2**.

**Additions**
- Added `interface` bindings for GDMC-HTTP `GET /entities` and `GET /players` (thanks [Niels-NTG](https://github.com/Niels-NTG)!)

Expand Down
2 changes: 1 addition & 1 deletion gdpc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__maintainer_email__ = "[email protected]"
__license__ = "MIT"
__copyright__ = "Copyright 2022-2024 Arthur van der Staaij, Copyright 2021-2022 Blinkenlights, Copyright 2020-2021 Nils Gawlik"
__version__ = "7.0.0"
__version__ = "7.1.0"


from .vector_tools import Rect, Box
Expand Down

0 comments on commit 0716a66

Please sign in to comment.