Skip to content

Commit a164165

Browse files
committed
Release 2.0.1
1 parent 239c6a0 commit a164165

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
Version 1.0.3 unreleased
214
* add support for choices on string properites.
315

neomodel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
__email__ = '[email protected]'
1616
__license__ = 'MIT'
1717
__package__ = 'neomodel'
18-
__version__ = '1.0.2'
18+
__version__ = '2.0.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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',

0 commit comments

Comments
 (0)