File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323
2424## [ Unreleased]
2525
26+ ## [ 1.5.2] - 2026-02-10
27+
2628* Move ` schema ` package as ` meridian.schema ` .
2729 * Introduce a temporary shim ` schema.py ` module for backwards compatibility.
2830 This shim will be removed in the next cut release.
@@ -449,4 +451,5 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
449451[ 1.4.0 ] : https://github.com/google/meridian/releases/tag/v1.4.0
450452[ 1.5.0 ] : https://github.com/google/meridian/releases/tag/v1.5.0
451453[ 1.5.1 ] : https://github.com/google/meridian/releases/tag/v1.5.1
452- [ Unreleased ] : https://github.com/google/meridian/compare/v1.5.1...HEAD
454+ [ 1.5.2 ] : https://github.com/google/meridian/releases/tag/v1.5.2
455+ [ Unreleased ] : https://github.com/google/meridian/compare/v1.5.2...HEAD
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ To cite this repository:
153153 author = {Google Meridian Marketing Mix Modeling Team},
154154 title = {Meridian: Marketing Mix Modeling},
155155 url = {https://github.com/google/meridian},
156- version = {1.5.1 },
156+ version = {1.5.2 },
157157 year = {2025},
158158}
159159```
Original file line number Diff line number Diff line change 1414
1515"""Module for Meridian version."""
1616
17- __version__ = "1.5.1 "
17+ __version__ = "1.5.2 "
You can’t perform that action at this time.
0 commit comments