Skip to content

Commit a6f04c1

Browse files
committed
release: v6.1.0
1 parent 9876710 commit a6f04c1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
Changes
1111
=======
1212

13+
Version v6.1.0 (released 2026-01-29)
14+
15+
- feat(config): add STATS_EVENTS_UTC_DATETIME_ENABLED flag
16+
Introduce STATS_EVENTS_UTC_DATETIME_ENABLED (default: False) to strip
17+
tzinfo from event timestamps at build time. Set to True to opt-in to
18+
timezone-aware UTC datetimes.
19+
1320
Version v6.0.0 (released 2026-01-29)
1421

1522
- chore(setup): bump dependencies

invenio_stats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def register_queries():
441441
from .ext import InvenioStats
442442
from .proxies import current_stats
443443

444-
__version__ = "6.0.0"
444+
__version__ = "6.1.0"
445445

446446
__all__ = (
447447
"__version__",

0 commit comments

Comments
 (0)