diff --git a/CHANGELOG.md b/CHANGELOG.md index b745be7..1928c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Compatible with GDMC-HTTP **>=1.0.0, <2.0.0** and Minecraft **1.20.2**. + +# 7.2.0 + +Compatible with GDMC-HTTP **>=1.0.0, <2.0.0** and Minecraft **1.20.2**. + **Additions** - Added `vector_tools.rotate2Ddeg` and `rotate3Ddeg`. (Thanks [Flashing-Blinkenlights](https://github.com/Flashing-Blinkenlights)!) - Added many new constants to `vector_tools`. (Thanks [Flashing-Blinkenlights](https://github.com/Flashing-Blinkenlights)!) diff --git a/src/gdpc/__init__.py b/src/gdpc/__init__.py index 884197d..f10ab81 100644 --- a/src/gdpc/__init__.py +++ b/src/gdpc/__init__.py @@ -13,7 +13,7 @@ __maintainer_email__ = "arthurvanderstaaij@gmail.com" __license__ = "MIT" __copyright__ = "Copyright 2022-2024 Arthur van der Staaij, Copyright 2021-2022 Blinkenlights, Copyright 2020-2021 Nils Gawlik" -__version__ = "7.1.0" +__version__ = "7.2.0" from .vector_tools import Rect, Box