Skip to content

Commit

Permalink
Upgrade glean_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Nov 27, 2019
1 parent 663b136 commit f56278d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glean-core/ios/sdk_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

set -e

GLEAN_PARSER_VERSION=1.11.0
GLEAN_PARSER_VERSION=1.12.0

# When the special argument "internal" is passed, don't add a namespace import and also allow all reserved items.
NAMESPACE=Glean
Expand Down
2 changes: 1 addition & 1 deletion glean-core/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
parsed_toml = toml.load(cargo)
version = parsed_toml["package"]["version"]

requirements = ["cffi==1.13.1", "glean_parser==1.11.0"]
requirements = ["cffi==1.13.1", "glean_parser==1.12.0"]

setup_requirements = []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class GleanMetricsYamlTransform extends ArtifactTransform {
@SuppressWarnings("GrPackage")
class GleanPlugin implements Plugin<Project> {
// The version of glean_parser to install from PyPI.
private String GLEAN_PARSER_VERSION = "1.11.0"
private String GLEAN_PARSER_VERSION = "1.12.0"
// The version of Miniconda is explicitly specified.
// Miniconda3-4.5.12 is known to not work on Windows.
private String MINICONDA_VERSION = "4.5.11"
Expand Down

0 comments on commit f56278d

Please sign in to comment.