Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bleib1dj committed Aug 2, 2015
1 parent 239c6a0 commit a164165
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 2.0.1 2015-08-01
* add support for py2neo 2.x
* transitioned START queries to MATCH
* added authentication documentation for neo4j 2.2.x
* removed tight coupling with pytz
* resolved DeadlockDetectedException due to duplicate constraint and index
creation
* resolved conform errors NodeSet.get() and RelationshipManager.get()
* resolved username and password interpretation
* resolved on_count()'s order_by bug
* resolved CypherException TyperError exception bug

Version 1.0.3 unreleased
* add support for choices on string properites.

Expand Down
2 changes: 1 addition & 1 deletion neomodel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
__email__ = '[email protected]'
__license__ = 'MIT'
__package__ = 'neomodel'
__version__ = '1.0.2'
__version__ = '2.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='neomodel',
version='1.0.2',
version='2.0.1',
description='An object mapper for the neo4j graph database.',
long_description=open('README.rst').read(),
author='Robin Edwards',
Expand Down

0 comments on commit a164165

Please sign in to comment.