diff --git a/ChangeLog b/ChangeLog index 5862c46..47d57c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-03-29 Paul Tagliamonte + +* New release, 0.9.3. + 2013-03-27 Paul Tagliamonte * hy/compiler.py (compile_tuple): Add routines for tuples. diff --git a/hy/__init__.py b/hy/__init__.py index 00f5754..05ae409 100644 --- a/hy/__init__.py +++ b/hy/__init__.py @@ -20,7 +20,7 @@ __appname__ = "hy" -__version__ = "0.9.2" +__version__ = "0.9.3" import hy.importer # NOQA