Skip to content

Commit

Permalink
release: v18.0.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 12, 2024
1 parent fbf1630 commit cfdd0b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
..
This file is part of Invenio.
Copyright (C) 2016-2024 CERN.
Copyright (C) 2024 Graz University of Technology.
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 @@ -9,6 +10,12 @@
Changes
=======

Version 18.0.0.dev1 (released 2024-12-12)

- setup: change to reusable workflows
- setup: bump major dependencies
- service: allow passing custom expires_at

Version v17.6.1 (released 2024-12-11)

- mappings: add `identifiers` to parent organizations
Expand Down
3 changes: 2 additions & 1 deletion invenio_communities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2016-2024 CERN.
# Copyright (C) 2024 Graz University of Technology.
#
# 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 @@ -11,6 +12,6 @@
from .ext import InvenioCommunities
from .proxies import current_communities

__version__ = "17.6.1"
__version__ = "18.0.0.dev1"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit cfdd0b6

Please sign in to comment.