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: 2 additions & 2 deletions docs/reference/metrics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- AUTOGENERATED BY glean_parser v8.0.0. DO NOT EDIT. -->
<!-- AUTOGENERATED BY glean_parser v8.1.1. DO NOT EDIT. -->

# Metrics

Expand Down Expand Up @@ -62,5 +62,5 @@ This ping contains no metrics.

Data categories are [defined here](https://wiki.mozilla.org/Firefox/Data_Collection).

<!-- AUTOGENERATED BY glean_parser v8.0.0. DO NOT EDIT. -->
<!-- AUTOGENERATED BY glean_parser v8.1.1. DO NOT EDIT. -->

2 changes: 1 addition & 1 deletion glean/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const LOG_TAG = "CLI";
const VIRTUAL_ENVIRONMENT_DIR = process.env.VIRTUAL_ENV || path.join(process.cwd(), ".venv");

// The version of glean_parser to install from PyPI.
const GLEAN_PARSER_VERSION = "8.0.0";
const GLEAN_PARSER_VERSION = "8.1.1";

// This script runs a given Python module as a "main" module, like
// `python -m module`. However, it first checks that the installed
Expand Down
2 changes: 1 addition & 1 deletion samples/qt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
glean_parser==8.0.0
glean_parser==8.1.1