Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ this file is about the package, whose version moves independently.

## Unreleased

## 0.9.0

- **Breaking: a trip is a sequence of parts, and records no dates of its own.** §6.8 and the
new §6.9a of
[the specification](https://github.com/divejson/divejson/blob/main/spec/divejson.md) replace
Expand Down
2 changes: 1 addition & 1 deletion divejson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
resolves its own schema and needs no checkout of anything.
"""

__version__ = "0.8.0"
__version__ = "0.9.0"

SPEC_VERSION = "1.0"

Expand Down
Loading