Skip to content

Commit

Permalink
Bump to version 0.3.13 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronuz authored Oct 12, 2020
1 parent 21d37b9 commit 01c8098
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.13 - 2020-10-12

## Fixed
- Use correct type for AugAssign and AnnAssign target [#396](https://github.com/Instagram/LibCST/pull/396)
- Support string annotations for type aliases [#401](https://github.com/Instagram/LibCST/pull/401)

# 0.3.12 - 2020-10-01

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion libcst/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# LICENSE file in the root directory of this source tree.


LIBCST_VERSION: str = "0.3.12"
LIBCST_VERSION: str = "0.3.13"

0 comments on commit 01c8098

Please sign in to comment.