Changes
-------

1.3.3 (2011-06-14)
------------------
 - Fixed an introspection when the results list of a traverse is empty.
 - Merge pull request #17 from mhluongo/master
 - Resolved the STOP_AT_END_OF_GRAPH traversal test case.
   Calling .traverse(stop=STOP_AT_END_OF_GRAPH) will now traverse the graph
   without a max depth (and without 500 errors).
 - Added a failing test case for traverse(stop=STOP_AT_END_OF_GRAPH).


1.3.2 (2011-05-30)
------------------
 - Added a test for deleting relationships.
 - Fixing an Index compatibility issue with Python 2.6.1.
 - Fixing an error in extensions support with named params.


1.3.1 (2011-04-16)
------------------
 - Fixing setup.py.


1.3.0 (2011-04-15)
------------------
 - First Python Index Package release with full support for Neo4j 1.3.
