Skip to content

Commit dbc3a2c

Browse files
authored
Merge pull request #1732 from mozilla/update-gleanparser
2 parents 4c2b99c + a6ea44f commit dbc3a2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/reference/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- AUTOGENERATED BY glean_parser v7.2.1. DO NOT EDIT. -->
1+
<!-- AUTOGENERATED BY glean_parser v8.0.0. DO NOT EDIT. -->
22

33
# Metrics
44

@@ -62,5 +62,5 @@ This ping contains no metrics.
6262

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

65-
<!-- AUTOGENERATED BY glean_parser v7.2.1. DO NOT EDIT. -->
65+
<!-- AUTOGENERATED BY glean_parser v8.0.0. DO NOT EDIT. -->
6666

glean/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const LOG_TAG = "CLI";
2727
const VIRTUAL_ENVIRONMENT_DIR = process.env.VIRTUAL_ENV || path.join(process.cwd(), ".venv");
2828

2929
// The version of glean_parser to install from PyPI.
30-
const GLEAN_PARSER_VERSION = "7.2.1";
30+
const GLEAN_PARSER_VERSION = "8.0.0";
3131

3232
// This script runs a given Python module as a "main" module, like
3333
// `python -m module`. However, it first checks that the installed

samples/qt/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
glean_parser==7.2.1
1+
glean_parser==8.0.0

0 commit comments

Comments
 (0)