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.10.0

- **Breaking: a place is one object, and a dive site carries it.** §6.9 of
[the specification](https://github.com/divejson/divejson/blob/main/spec/divejson.md) is
*Location* rather than *Trip Location* and both a trip part and a dive site reference it, so
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.9.0"
__version__ = "0.10.0"

SPEC_VERSION = "1.0"

Expand Down
Loading