File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,10 @@ See `CONTRIBUTING.rst`_.
199199
200200Change Log
201201==========
202+ 1.0.2 (2026-01-07)
203+ ------------------
204+ A very misleading reference to Git checkout is removed from the readme (the package is available on PyPI, so no checkout is necessary).
205+
2022061.0.1 (2026-01-07)
203207------------------
204208We add the ``py.typed `` marker so that downstream clients can use this package with mypy.
Original file line number Diff line number Diff line change 11"""Parse EXPRESS Schema (ISO 10303-11)."""
22
3- __version__ = "1.0.1 "
3+ __version__ = "1.0.2 "
44__author__ = "Marko Ristin"
55__license__ = "License :: OSI Approved :: MIT License"
66__status__ = "Production/Stable"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " express-schema"
77# NOTE (mristin):
88# Do not forget to sync with __init__.py!
9- version = " 1.0.1 "
9+ version = " 1.0.2 "
1010
1111description = " Parse EXPRESS Schema (ISO 10303-11)."
1212readme = " README.rst"
You can’t perform that action at this time.
0 commit comments