Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion platform_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ app_id = "firefox-desktop"

# Android platforms configuration
[platform.fenix]
app_id = "org.mozilla.fenix"
# the actual app_id for fenix differs by channel,
# but the `fenix` dataset joins them all together
app_id = "fenix"

[platform.focus_android]
app_id = "org.mozilla.focus"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "mozilla-jetstream"
# This project does not issue regular releases, only when there
# are changes that would be meaningful to our (few) dependents.
version = "2026.4.1"
version = "2026.5.1"
authors = [{ name = "Mozilla Corporation", email = "fx-data-dev@mozilla.org" }]
description = "Runs a thing that analyzes experiments"
readme = "README.md"
Expand Down
Loading