Skip to content

Commit ded4fe0

Browse files
authored
Merge pull request #1674 from Dexterp37/update_glean_parser
Bug 1832231 - Bumped glean_parser version to 7.2.1
2 parents 994a8bb + 3c9c7b2 commit ded4fe0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[Full changelog](https://github.com/mozilla/glean.js/compare/v1.3.0...main)
44

55
* [#1671](https://github.com/mozilla/glean.js/pull/1671): Allow building on Windows machines.
6+
* [#1674](https://github.com/mozilla/glean.js/pull/1674): Upgrade `glean_parser` version to `7.2.1`.
67

78
# v1.3.0 (2022-10-18)
89

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 = "6.2.1";
30+
const GLEAN_PARSER_VERSION = "7.2.1";
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==6.2.1
1+
glean_parser==7.2.1

0 commit comments

Comments
 (0)