Skip to content

Commit

Permalink
Updated version to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avdstaaij committed May 25, 2024
1 parent 6eca1de commit 2587e41
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.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)!)
Expand Down
2 changes: 1 addition & 1 deletion src/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.1.0"
__version__ = "7.2.0"


from .vector_tools import Rect, Box
Expand Down

0 comments on commit 2587e41

Please sign in to comment.