Skip to content

Commit

Permalink
package: preparing package to release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed Jan 16, 2023
1 parent 5b5377a commit bc0cb5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Copyright (C) 2019-2022 CERN.
# Copyright (C) 2019-2022 Northwestern University.
# Copyright (C) 2022-2023 GEO Secretariat.
#
# 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 All @@ -10,6 +11,6 @@

from .ext import InvenioRDMRecords

__version__ = "0.35.21"
__version__ = "0.35.22"

__all__ = ("__version__", "InvenioRDMRecords")
3 changes: 1 addition & 2 deletions invenio_rdm_records/customizations.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 CERN.
# Copyright (C) 2019 Northwestern University.
# Copyright (C) 2022-2023 GEO Secretariat.
#
# 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
1 change: 1 addition & 0 deletions invenio_rdm_records/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Copyright (C) 2019-2022 CERN.
# Copyright (C) 2019-2021 Northwestern University.
# Copyright (C) 2022 Universität Hamburg.
# Copyright (C) 2022-2023 GEO Secretariat.
#
# 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 bc0cb5a

Please sign in to comment.