Skip to content

Commit

Permalink
Set version to 0.6 and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Aug 12, 2024
1 parent 224f8d4 commit 6ecf0af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change & Version Information

## 0.6.0

* HTTP request method `get_iiif_url` is now a class method on
`piffle.presentation.IIIFPresentation`, which can be extended when request
customization is needed
* Manifests now supports attr-dict style access to `@id` in `seeAlso` list entries

## 0.5.1

* Add explicit support and testing for python 3.12
Expand Down
2 changes: 1 addition & 1 deletion piffle/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0.dev0"
__version__ = "0.6.0"

0 comments on commit 6ecf0af

Please sign in to comment.