Skip to content

Commit 6146648

Browse files
committed
Updated version to 7.4.0
1 parent ae1553e commit 6146648

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
6+
# 7.4.0
7+
8+
Compatible with GDMC-HTTP **>=1.0.0, <2.0.0** and Minecraft **1.20.2**.
9+
510
**Additions**:
611
- Added an extensive [documentation website](https://gdpc.readthedocs.io)!
712
- The transformation system now supports the `half` state of stairs blocks.

src/gdpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#: Package version
6565
#:
6666
#: :meta hide-value:
67-
__version__ = "7.3.0"
67+
__version__ = "7.4.0"
6868

6969

7070
from .vector_tools import Rect, Box

0 commit comments

Comments
 (0)