Skip to content

Commit

Permalink
Release of 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Feb 6, 2019
1 parent 58850f8 commit f1ee761
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -3,6 +3,13 @@
Changelog
---------

0.3.3 (2018-02-06)
+++++++++++++++++++

- Fix async errors in the diff parser
- A fix in iter_errors
- This is a very small bugfix release

0.3.2 (2018-01-24)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion parso/__init__.py
Expand Up @@ -43,7 +43,7 @@
from parso.utils import split_lines, python_bytes_to_unicode


__version__ = '0.3.2'
__version__ = '0.3.3'


def parse(code=None, **kwargs):
Expand Down

0 comments on commit f1ee761

Please sign in to comment.