Commit b2bdad78 authored by Igor Dejanovic's avatar Igor Dejanovic

Release 0.9.

parent f9932bc7
Changelog for Arpeggio Changelog for Arpeggio
====================== ======================
* Development * 2014-10-16 Release 0.9
- Visitor pattern support for semantic analysis. - Visitor pattern support for semantic analysis - issue 15
- Alternative PEG syntax (arpeggio.cleanpeg module) - Alternative PEG syntax (arpeggio.cleanpeg module) - issue 11
- Support for unicode in grammars. - Support for unicode in grammars.
- Python 2/3 compatibility for unicodes. - Python 2/3 compatibility for unicodes.
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
############################################################################### ###############################################################################
__author__ = "Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>" __author__ = "Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>"
__version__ = "0.9-dev" __version__ = "0.9"
from setuptools import setup from setuptools import setup
......
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