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.9.0...main )
44
55* [ #219 ] ( https://github.com/mozilla/glean.js/pull/219 ) : BUGFIX: Fix path to ping entry point in package.json.
6+ * [ #220 ] ( https://github.com/mozilla/glean.js/pull/220 ) : Update ` glean_parser ` to version 3.1.1.
67
78# v0.9.0 (2021-04-19)
89
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { promisify } from "util";
1515const VIRTUAL_ENVIRONMENT_DIR = ".venv" ;
1616
1717// The version of glean_parser to install from PyPI.
18- const GLEAN_PARSER_VERSION = "3.1.0 " ;
18+ const GLEAN_PARSER_VERSION = "3.1.1 " ;
1919
2020// This script runs a given Python module as a "main" module, like
2121// `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.1.0
3+ glean_parser == 3.1.1
You can’t perform that action at this time.
0 commit comments