From 129b88bcc14b615bee977f0f274d473bc004a581 Mon Sep 17 00:00:00 2001 From: Dirk Pranke Date: Thu, 29 Feb 2024 16:56:41 -0800 Subject: [PATCH] Update version to 0.9.18. --- README.md | 3 +++ json5/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f621a8f..4594a90 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ $ python3 -m twine upload dist/* ## Version History / Release Notes +* v0.9.18 (2024-02-29) + * Add typing information to the module. This is kind of a big change, + but there should be no functional differences. * v0.9.17 (2024-02-19) * Move from `setup.py` to `pyproject.toml`. * No code changes (other than the version increasing). diff --git a/json5/version.py b/json5/version.py index a47581c..4c26fe7 100644 --- a/json5/version.py +++ b/json5/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = '0.9.17' +VERSION = '0.9.18'