Skip to content

Commit

Permalink
📦 release: v13.0.0b1.dev13
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Oct 17, 2024
1 parent 3e43468 commit 032432a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
Changes
=======

Version v13.0.0b1.dev13 (released 2024-10-17)

- ui: more space under breadcrumbs
- ui: fixed space between logo and title, number formatting
- ui: updated collection grid styling
- ui: passing collections to communities_home
- community: added verified icon and parent
- landing page: swap username by ID to manage user.

Version v13.0.0b1.dev12 (released 2024-10-16)

- collections: browse page improvements and collection records search pages
Expand Down
2 changes: 1 addition & 1 deletion invenio_app_rdm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440

__version__ = "13.0.0b1.dev12"
__version__ = "13.0.0b1.dev13"

__all__ = ("__version__",)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of InvenioRDM
// Copyright (C) 2023 CERN.
// Copyright (C) 2023-2024 CERN.
//
// Invenio RDM Records 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

0 comments on commit 032432a

Please sign in to comment.