Skip to content

Commit

Permalink
release: v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Aug 9, 2023
1 parent e40690c commit 11324d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
..
This file is part of Invenio.
Copyright (C) 2015-2022 CERN.
Copyright (C) 2015-2023 CERN.
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.

Changes
=======

Version 2.6.0 (released 2023-08-09)

- pagination: add possibility to show number of results next to it

Version 2.5.0 (released 2023-08-02)

- search dropdown: add flex to button content
Expand Down
4 changes: 2 additions & 2 deletions invenio_search_ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015-2022 CERN.
# Copyright (C) 2015-2023 CERN.
#
# 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 Down Expand Up @@ -327,6 +327,6 @@ def my_record_search():

from .ext import InvenioSearchUI

__version__ = "2.5.0"
__version__ = "2.6.0"

__all__ = ("__version__", "InvenioSearchUI")

0 comments on commit 11324d9

Please sign in to comment.