Version 1.0.2 2014-10-21
 * updated documentation
 * sphinx and rtd
 * exception handling in cypher fix (tjakobsen)

Version 1.0.1 2014-08-21
 * support for transactions
 * new nodes class property (match API)
 * support for neo4j 2
 * no support for neo4j < 2
 * deprecated category nodes
 * deprecated index property

Version 0.4.0 unreleased
 * server compatability check (Robin Edwards)
 * 1.9 server fixes (Robin Edwards)
 * upgrade to py2neo 1.6.1 (Panos Katseas)
 * make __index__ inherited (Sebastian Ortiz)
 * documentation improvements (Priit Laes)
 * import RelationshipDefinition and RelationshipManager into main

Version 0.3.6 2013-08-14
 * Display nice message for operations on deleted node (Robin Edwards)
 * Re-enable lucene-querybuilder (Robin Edwards)
 * Fix X-Stream header (Nigel Small)
 * Enable custom indexes for StructuredNodes
 * Support for relationship models or 'StructuredRels'
 * Support filtering in the 'traverse' method (Robin Edwards)
 * Store datetime objects as float for more accuracy (Robin Edwards)
 * Setup NEOMODEL_FORCE_TIMEZONE env var to prevent storing of datetimes
 without a timezone (Robin Edwards)
 * Add NEOMODEL_CYPHER_DEBUG env var to log querys (Robin Edwards)
 * Relative relationship classes in definitions (Panos Katseas)

Version 0.3.5 2013-07-05
 * Add documentation on batch size (Robin Edwards)
 * Fix default_value type generation for basic properties #53
 * Add documentation on providing arguments to default functions (Robin Edwards)

Version 0.3.4 2013-07-02
 * Fix return > 1 for Localised (Marianna Polatoglou)

Version 0.3.3 2013-07-01
 * Nice exception on missing search params (Robin Edwards)

Version 0.3.2 2013-07-01
 * Property fixes (Laurie Clark-Michalek)

Version 0.3.1 2013-06-27
 * Fix exception message (Sam Millar)
 * Use builtin items (Panos Katseas)

Version 0.3.0 2013-06-20
------------------------
 * Fix either direction connect (Robin Edwards)
 * Make reconnect atomic cypher operation (Panos Katseas)
 * Add reconnect test case (Panos Katseas)

Version 0.2.9 2013-06-18
------------------------
 * python 3.3+ support
 * remove dependency on lucenequerybuilder (Robin Edwards)
 * py2neo 1.5 compat and deprecations (Robin Edwards)
 * JSONProperty (Panos Katseas)
 * allow classes in relationship definitions (Robin Edwards)
 * add SemiStructuredNode to contrib (Robin Edwards)
 * refactor rel manager to use traversals (Robin Edwards)
 * allow connect on rel managers of direction either (Robin Edwards)
 * added experimental support for traversals (Robin Edwards)
 * allow datetime without timezone to be stored (Robin Edwards)
 * use cypher for delete (Robin Edwards)
 * project logo (Laura Willis)
 * _index_name special attribute removed (Robin Edwards)
 * connect to sub class is no longer permitted (Robin Edwards)
 * removed ReadOnlyNode class (Robin Edwards)

Version 0.2.8 2013-03-07
------------------------
 * connect() with properties (Marianna Polatoglou)
 * refresh() method (Panos Katseas)
 * refactor RelationshipManager (Robin Edwards)
 * NotConnected exception (Robin Edwards)
 * Fix OneOrMore bug (Robin Edwards)
