Skip to content

Commit

Permalink
Bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
grievejia committed Dec 2, 2021
1 parent 15ceebc commit fd89c20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased
## 0.1.7 (2021-12-1)

- `IndentationError` now gets correctly recognized as syntax error. This provides us with more precise locations info for the error.

Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 2.8)
(name pyre-ast)
(version 0.1.6)
(version 0.1.7)
(cram enable)

(generate_opam_files true)
Expand Down
2 changes: 1 addition & 1 deletion pyre-ast.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.6"
version: "0.1.7"
synopsis: "Full-fidelity Python parser in OCaml"
description:
"pyre-ast is an OCaml library to parse Python source files into abstract syntax trees. Under the hood, it relies on the CPython parser to do the parsing work and therefore the result is always 100% compatible with the official CPython implementation."
Expand Down

0 comments on commit fd89c20

Please sign in to comment.