From dc7dbc06dd39841cf7249a4af468f58838fbac4a Mon Sep 17 00:00:00 2001 From: "divejson-release-bot[bot]" <326131968+divejson-release-bot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 13:49:52 +0000 Subject: [PATCH] chore(release): v0.12.0 --- CHANGELOG.md | 2 ++ divejson/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 007628a..2f1e27f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ this file is about the package, whose version moves independently. ## Unreleased +## 0.12.0 + - **A diver carries a portrait.** §6.1 of [the specification](https://github.com/divejson/divejson/blob/main/spec/divejson.md) adds `portrait_file`, a Stored File (§6.7), and `divejson validate` claims its uuid in the diff --git a/divejson/__init__.py b/divejson/__init__.py index df7c681..58abf76 100644 --- a/divejson/__init__.py +++ b/divejson/__init__.py @@ -20,7 +20,7 @@ resolves its own schema and needs no checkout of anything. """ -__version__ = "0.11.0" +__version__ = "0.12.0" SPEC_VERSION = "1.0"