We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b138f33 + c74a1d4 commit 50cdc9dCopy full SHA for 50cdc9d
glean/src/cli.ts
@@ -28,7 +28,7 @@ const VIRTUAL_ENVIRONMENT_DIR = process.env.VIRTUAL_ENV || path.join(process.cwd
28
29
// The version of glean_parser to install from PyPI.
30
// Note: This should be _only_ MAJOR.MINOR
31
-const GLEAN_PARSER_VERSION = "14.1";
+const GLEAN_PARSER_VERSION = "14.5";
32
33
// This script runs a given Python module as a "main" module, like
34
// `python -m module`. However, it first checks that the installed
0 commit comments