File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const execAsync = promisify(exec.exec);
1818const 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
Original file line number Diff line number Diff line change 11PySide2 == 5.15.2
22shiboken2 == 5.15.2
3- glean_parser == 3.0 .0
3+ glean_parser == 3.1 .0
You can’t perform that action at this time.
0 commit comments