Skip to content

Commit

Permalink
Merge pull request #16 from Stoops-ML/v2.2.0
Browse files Browse the repository at this point in the history
V2.2.0
  • Loading branch information
Stoops-ML authored Dec 19, 2024
2 parents b41513d + 0344495 commit 22c9197
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v2.2.0

* Add readthedocs support
* Add docstrings
* Improve validations
* Fix typing

# v2.1.0

* Add the following czml properties:
Expand Down
2 changes: 1 addition & 1 deletion src/czml3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .core import CZML_VERSION, Document, Packet

__version__ = "2.1.0"
__version__ = "2.2.0"

__all__ = ["Document", "Packet", "CZML_VERSION"]

0 comments on commit 22c9197

Please sign in to comment.