Skip to content

Commit

Permalink
release: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fenekku committed Oct 20, 2020
1 parent 5ef9123 commit ba9683f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 1.4.1 (released 2020-10-19)

- Fix bouncing search results for BaseRecordSearchV2.

Version 1.4.0 (released 2020-09-18)

- Adds new search class that can be initialised only from arguments to the
Expand Down
5 changes: 2 additions & 3 deletions invenio_search/version.py
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2020 CERN.
# Copyright (C) 2020 Northwestern University.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -12,6 +13,4 @@
and parsed by ``setup.py``.
"""

from __future__ import absolute_import, print_function

__version__ = '1.4.0'
__version__ = '1.4.1'

0 comments on commit ba9683f

Please sign in to comment.