We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b41513d + 0344495 commit 22c9197Copy full SHA for 22c9197
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v2.2.0
2
+
3
+* Add readthedocs support
4
+* Add docstrings
5
+* Improve validations
6
+* Fix typing
7
8
# v2.1.0
9
10
* Add the following czml properties:
src/czml3/__init__.py
@@ -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 commit comments