From 4fe5cfc9e247d690ce601657018b7090646bceb8 Mon Sep 17 00:00:00 2001 From: Lars Holm Nielsen Date: Mon, 21 Sep 2020 11:23:55 +0200 Subject: [PATCH] release: v1.4.0a2 --- CHANGES.rst | 7 +++++++ invenio_records/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 59a13630..95743790 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,13 @@ Changes ======= +Version 1.4.0a2 (released 2020-09-21) + +- Adds a SystemFieldContext which allows knowing the record class when + accessing the attribute through the class instead of object instance. + +- Adds helpers for caching related objects on the record. + Version 1.4.0a1 (released 2020-09-16) - Adds support for JSON encoding/decoding to/from the database. This allows diff --git a/invenio_records/version.py b/invenio_records/version.py index 69179e4f..3a5d8c3d 100644 --- a/invenio_records/version.py +++ b/invenio_records/version.py @@ -13,4 +13,4 @@ """ -__version__ = '1.4.0a1' +__version__ = '1.4.0a2'