Skip to content

Commit 22c9197

Browse files
authored
Merge pull request #16 from Stoops-ML/v2.2.0
V2.2.0
2 parents b41513d + 0344495 commit 22c9197

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v2.2.0
2+
3+
* Add readthedocs support
4+
* Add docstrings
5+
* Improve validations
6+
* Fix typing
7+
18
# v2.1.0
29

310
* Add the following czml properties:

src/czml3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .core import CZML_VERSION, Document, Packet
22

3-
__version__ = "2.1.0"
3+
__version__ = "2.2.0"
44

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

0 commit comments

Comments
 (0)