Skip to content

Commit

Permalink
Updated version to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avdstaaij committed Mar 7, 2023
1 parent e75a852 commit e69930f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 6.0.2

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

**Fixes:**
- Added missing "not"s to some WorldSlice docstrings.
- Fixed some broken `Box` functions.


# 6.0.1

Compatible with GDMC-HTTP **>=1.0.0, <2.0.0**.
Expand Down
2 changes: 1 addition & 1 deletion 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-2023 Arthur van der Staaij, Copyright 2021-2022 Blinkenlights, Copyright 2020-2021 Nils Gawlik"
__version__ = "6.0.1"
__version__ = "6.0.2"


from .vector_tools import Rect, Box
Expand Down

0 comments on commit e69930f

Please sign in to comment.