Skip to content

Commit 3bc9c00

Browse files
committed
Updated version to 6.0.3
1 parent 13bc798 commit 3bc9c00

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
# 6.0.3
2+
3+
**Fixes:**
4+
- Fixed a bug when constructing a `Model` without blocks. (Thanks [Phobos97](https://github.com/Phobos97)!)
5+
- Fixed off-by-one in `Rect`/`Box` `.corners`.
6+
17
# 6.0.2
28

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

511
**Fixes:**
612
- Added missing "not"s to some WorldSlice docstrings.
7-
- Fixed some broken `Box` functions.
13+
- Fixed some broken `Box` functions. (Thanks [MTTVDN](https://github.com/MTTVDN)!)
814

915

1016
# 6.0.1

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.0.2"
16+
__version__ = "6.0.3"
1717

1818

1919
from .vector_tools import Rect, Box

0 commit comments

Comments
 (0)