Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
grievejia committed Nov 12, 2021
1 parent 5da9827 commit 154026a
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.6 (2021-11-12)

- Expose 2 additional fields `end_lineno` and `end_offset` from CPython3.10 `SyntaxError`. Fix an error in documentation where column numbers should start from 1 instead of 0.
- Remove the optional `filename` argument from the `parse_module` API. It turns out that this argument is actually dropped when computing error messages so it does not serve any purpose at the moment.
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.4)
(version 0.1.6)
(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.4"
version: "0.1.6"
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 154026a

Please sign in to comment.