Skip to content

Commit 412129e

Browse files
committed
Release 1.0.2
A very misleading reference to Git checkout is removed from the readme (the package is available on PyPI, so no checkout is necessary).
1 parent 435a0e3 commit 412129e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ See `CONTRIBUTING.rst`_.
199199

200200
Change 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+
202206
1.0.1 (2026-01-07)
203207
------------------
204208
We add the ``py.typed`` marker so that downstream clients can use this package with mypy.

express_schema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "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

1111
description = "Parse EXPRESS Schema (ISO 10303-11)."
1212
readme = "README.rst"

0 commit comments

Comments
 (0)