Skip to content

Commit 0feafec

Browse files
committed
Updated version to 6.1.1
1 parent 99ea9b2 commit 0feafec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 6.1.1
2+
3+
Compatible with GDMC-HTTP **>=1.0.0, <2.0.0**.
4+
5+
**Fixes:**
6+
- Fixed `Block.fromBlockStateTag()` -- and therefore, `WorldSlice.getBlock()` -- crashing when retrieving certain block entities.
7+
8+
19
# 6.1.0
210

311
Compatible with GDMC-HTTP **>=1.0.0, <2.0.0**.

gdpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__maintainer_email__ = "[email protected]"
1414
__license__ = "MIT"
1515
__copyright__ = "Copyright 2022-2023 Arthur van der Staaij, Copyright 2021-2022 Blinkenlights, Copyright 2020-2021 Nils Gawlik"
16-
__version__ = "6.1.0"
16+
__version__ = "6.1.1"
1717

1818

1919
from .vector_tools import Rect, Box

0 commit comments

Comments
 (0)