From 1f282380265a42b051b05fe3c875252a000d25bb Mon Sep 17 00:00:00 2001 From: Javier de la Rosa Date: Fri, 20 Nov 2015 16:56:40 -0500 Subject: [PATCH] Prep for version 2.1.1 --- CHANGES.txt | 8 ++++++++ docs/changes.rst | 7 +++++++ neo4jrestclient/constants.py | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 231a198..6b03193 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Changes ======= +2.1.1 (2015-11-20) +------------------ +- Add dockerized travis +- Fix #119. Allow labels create nodes directly +- Fix #122. Problem clearing labels of a node. Fix also a cache issue. Update travis to run python 3.4 and Neo4j verions +- Add more serialization support for extensions + + 2.1.0 (2014-11-17) ------------------ - Fix pip install error diff --git a/docs/changes.rst b/docs/changes.rst index f94e5f5..7bcaa0d 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,13 @@ Changes ======= +2.1.1 (2015-11-20) +------------------ +- Add dockerized travis +- Fix #119. Allow labels create nodes directly +- Fix #122. Problem clearing labels of a node. Fix also a cache issue. Update travis to run python 3.4 and Neo4j verions +- Add more serialization support for extensions + 2.1.0 (2014-11-09) ------------------ diff --git a/neo4jrestclient/constants.py b/neo4jrestclient/constants.py index 5b32780..6d4595e 100644 --- a/neo4jrestclient/constants.py +++ b/neo4jrestclient/constants.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __author__ = "Javier de la Rosa" __license__ = "GPL 3" -__version__ = "2.1.0" +__version__ = "2.1.1" __email__ = "versae@gmail.com" __url__ = "https://github.com/versae/neo4j-rest-client" __description__ = """Object-oriented Python library to interact with """ \