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/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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const LOG_TAG = "CLI";
2727const 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
Original file line number Diff line number Diff line change 1- glean_parser == 6 .2.1
1+ glean_parser == 7 .2.1
You can’t perform that action at this time.
0 commit comments