Skip to content

Commit

Permalink
Release 2.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Jul 23, 2022
1 parent 1f12d6d commit 0beadee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Changelog
Version 2.17
------------

Unreleased
Released 2022-07-23

* Deprecate the :attr:`~Entry.object_id` property of data objects
in favor of new property :attr:`~Entry.resource_id`.
Expand Down
2 changes: 1 addition & 1 deletion src/reader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"""

__version__ = '2.17.dev0'
__version__ = '2.17'

from .core import (
Reader as Reader,
Expand Down

0 comments on commit 0beadee

Please sign in to comment.