File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 2.0.1 2015-08-01
2+ * add support for py2neo 2.x
3+ * transitioned START queries to MATCH
4+ * added authentication documentation for neo4j 2.2.x
5+ * removed tight coupling with pytz
6+ * resolved DeadlockDetectedException due to duplicate constraint and index
7+ creation
8+ * resolved conform errors NodeSet.get() and RelationshipManager.get()
9+ * resolved username and password interpretation
10+ * resolved on_count()'s order_by bug
11+ * resolved CypherException TyperError exception bug
12+
113Version 1.0.3 unreleased
214 * add support for choices on string properites.
315
Original file line number Diff line number Diff line change 15151616__license__ = 'MIT'
1717__package__ = 'neomodel'
18- __version__ = '1 .0.2 '
18+ __version__ = '2 .0.1 '
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'neomodel' ,
5- version = '1 .0.2 ' ,
5+ version = '2 .0.1 ' ,
66 description = 'An object mapper for the neo4j graph database.' ,
77 long_description = open ('README.rst' ).read (),
88 author = 'Robin Edwards' ,
You can’t perform that action at this time.
0 commit comments