Skip to content

Commit c34091c

Browse files
committed
Update glean-parser to version 3.1.0
1 parent d9e966c commit c34091c

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/v0.8.1...main)
44

55
* [#201](https://github.com/mozilla/glean.js/pull/201): BUGFIX: Do not let the platform be changed after Glean is initialized.
6+
* [#](): Update the `glean-parser` to version 3.1.0.
67

78
# v0.8.1 (2021-04-14)
89

glean/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const execAsync = promisify(exec.exec);
1818
const VIRTUAL_ENVIRONMENT_DIR = ".venv";
1919

2020
// The version of glean_parser to install from PyPI.
21-
const GLEAN_PARSER_VERSION = "2.5.0";
21+
const GLEAN_PARSER_VERSION = "3.1.0";
2222

2323
// This script runs a given Python module as a "main" module, like
2424
// `python -m module`. However, it first checks that the installed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PySide2==5.15.2
22
shiboken2==5.15.2
3-
glean_parser==3.0.0
3+
glean_parser==3.1.0

0 commit comments

Comments
 (0)