Skip to content

Commit

Permalink
release: v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Jan 20, 2025
1 parent 9477fae commit d220fa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2017-2023 CERN.
Copyright (C) 2017-2025 CERN.
Copyright (C) 2024 Graz University of Technology.
Invenio is free software; you can redistribute it and/or modify it
Expand All @@ -9,6 +9,9 @@

Changes
=======
Version 4.3.0 (release 2025-01-20)

- aggregations: add yearly interval

Version 4.2.1 (release 2024-11-30)

Expand Down
4 changes: 2 additions & 2 deletions invenio_stats/__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) 2017-2024 CERN.
# Copyright (C) 2017-2025 CERN.
# Copyright (C) 2022-2023 TU Wien.
# Copyright (C) 2024 Graz University of Technology.
#
Expand Down Expand Up @@ -441,7 +441,7 @@ def register_queries():
from .ext import InvenioStats
from .proxies import current_stats

__version__ = "4.2.1"
__version__ = "4.3.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit d220fa1

Please sign in to comment.