We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1553e commit 6146648Copy full SHA for 6146648
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Compatible with GDMC-HTTP **>=1.0.0, <2.0.0** and Minecraft **1.20.2**.
4
5
+
6
+# 7.4.0
7
8
+Compatible with GDMC-HTTP **>=1.0.0, <2.0.0** and Minecraft **1.20.2**.
9
10
**Additions**:
11
- Added an extensive [documentation website](https://gdpc.readthedocs.io)!
12
- The transformation system now supports the `half` state of stairs blocks.
src/gdpc/__init__.py
@@ -64,7 +64,7 @@
64
#: Package version
65
#:
66
#: :meta hide-value:
67
-__version__ = "7.3.0"
+__version__ = "7.4.0"
68
69
70
from .vector_tools import Rect, Box
0 commit comments