Skip to content

Commit d7c34a3

Browse files
committed
Update glean_parser to 3.1.1
1 parent 04b8e49 commit d7c34a3

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.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

glean/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { promisify } from "util";
1515
const 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
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.1.0
3+
glean_parser==3.1.1

0 commit comments

Comments
 (0)