There was an error while loading. Please reload this page.
1 parent 9876710 commit a6f04c1Copy full SHA for a6f04c1
2 files changed
CHANGES.rst
@@ -10,6 +10,13 @@
10
Changes
11
=======
12
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
20
Version v6.0.0 (released 2026-01-29)
21
22
- chore(setup): bump dependencies
invenio_stats/__init__.py
@@ -441,7 +441,7 @@ def register_queries():
441
from .ext import InvenioStats
442
from .proxies import current_stats
443
444
-__version__ = "6.0.0"
+__version__ = "6.1.0"
445
446
__all__ = (
447
"__version__",
0 commit comments