Kaydet (Commit) 4ca3a26e authored tarafından Berker Peksag's avatar Berker Peksag

Fix installation error introduced in 0.7.0

Fixes #116
üst bd44301d
include README.rst AUTHORS LICENSE CHANGES
include setuputils.py
recursive-include tests *.py
......@@ -19,7 +19,7 @@ from .op_util import get_op_symbol, get_op_precedence # NOQA
from .op_util import symbol_data # NOQA
from .tree_walk import TreeWalk # NOQA
__version__ = '0.8.0-dev'
__version__ = '0.7.1'
parse_file = code_to_ast.parse_file
......
......@@ -15,6 +15,17 @@ Bug fixes
*
0.7.1 - 2018-07-06
------------------
Bug fixes
~~~~~~~~~
* Fixed installation error by adding the ``setuputils.py`` helper to the sdist.
(Reported by Adam and fixed by Berker Peksag in `Issue 116`_.)
.. _`Issue 116`: https://github.com/berkerpeksag/astor/issues/116
0.7.0 - 2018-07-05
------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment