Skip to content

Commit

Permalink
Bump version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
versae committed Mar 24, 2014
1 parent 1c9cfb4 commit ac12f2c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,22 @@
Changes
=======

2.0.1 (2014-03-23)
------------------
- Fix coveralls for Travis
- Fix #100. Fixes rollback problem when outside a with statement
- Update Neo4j versions for testing
- Remove inrange test for version 1.7.2 of Neo4j
- Add specific test for inrange lookups
- Fixes #98. Bug due to an incorrect treatment of numbers in eq, equals,
neq, notequals lookups
- Add downloads
- Split exceptions from request.py file to a exceptions.py file
- Update requirements.txt
- Fix #96, fix dependency versions
- Fix #95. Support for creating spatial indexes


2.0.0 (2013-12-30)
------------------
- Add support for Neo4j 2.0
Expand Down
16 changes: 16 additions & 0 deletions docs/changes.rst
@@ -1,6 +1,22 @@
Changes
=======

2.0.1 (2014-03-23)
------------------
- Fix coveralls for Travis
- Fix #100. Fixes rollback problem when outside a with statement
- Update Neo4j versions for testing
- Remove inrange test for version 1.7.2 of Neo4j
- Add specific test for inrange lookups
- Fixes #98. Bug due to an incorrect treatment of numbers in eq, equals,
neq, notequals lookups
- Add downloads
- Split exceptions from request.py file to a exceptions.py file
- Update requirements.txt
- Fix #96, fix dependency versions
- Fix #95. Support for creating spatial indexes


2.0.0 (2013-12-30)
------------------
- Add support for Neo4j 2.0
Expand Down
2 changes: 1 addition & 1 deletion neo4jrestclient/constants.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__author__ = "Javier de la Rosa"
__license__ = "GPL 3"
__version__ = "2.0.0"
__version__ = "2.0.1"
__email__ = "versae@gmail.com"
__url__ = "https://github.com/versae/neo4j-rest-client"
__description__ = """Object-oriented Python library to interact with """ \
Expand Down

0 comments on commit ac12f2c

Please sign in to comment.