Skip to content

Commit

Permalink
release v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jan 7, 2024
1 parent f135542 commit 1d005d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
Changes
=======

Version v0.17.2 (release 2024-01-07)

- setup: add support for python3.10 and 3.11
- fix: controlfield not correct build for marcxml
- fix: ind1 could be undefined
- ui: move react-records-marc21 code here
- fix: rebuild-index not working
- fix: missing special for AVE
- bugfix: add schema to record


Version v0.17.1 (release 2023-12-01)

- alembic: add missing deletion_status
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_marc21/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def create(self, identity, data=None, metadata=Marc21Metadata(), files=False, ac
create_record,
)

__version__ = "0.17.1"
__version__ = "0.17.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit 1d005d1

Please sign in to comment.