From 8cf97357ff61333877c7df1b208b94325bdf160c Mon Sep 17 00:00:00 2001 From: Javier de la Rosa Date: Mon, 26 Mar 2012 10:29:26 -0400 Subject: [PATCH] Preparing the new release with bugfixes --- AUTHORS.txt | 1 + CHANGES.txt | 8 ++++++++ docs/changes.rst | 8 ++++++++ neo4jrestclient/constants.py | 2 +- 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 9e1ef3f..3d28ea0 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -16,6 +16,7 @@ APPRECIATED CONTRIBUTORS: * Steve Jalim, https://github.com/stevejalim * Dan Brown, https://github.com/dbro * Adam Venturella: https://github.com/aventurella + * Rami Chowdhury: https://github.com/necaris And a big THANK YOU goes to: diff --git a/CHANGES.txt b/CHANGES.txt index 8060480..2bb448f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Changes ======= +1.6.2 (2012-03-26) +------------------ +- Fixing an error indexing with numeric values +- Fixing an error indexing with boolean values +- Adding initial unicode suppport for indices + Adding better debug messages to 400 response codes + + 1.6.1 (2012-02-27) ------------------ - Fixes #29. Adding support for authentication. diff --git a/docs/changes.rst b/docs/changes.rst index 8060480..2bb448f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,14 @@ Changes ======= +1.6.2 (2012-03-26) +------------------ +- Fixing an error indexing with numeric values +- Fixing an error indexing with boolean values +- Adding initial unicode suppport for indices + Adding better debug messages to 400 response codes + + 1.6.1 (2012-02-27) ------------------ - Fixes #29. Adding support for authentication. diff --git a/neo4jrestclient/constants.py b/neo4jrestclient/constants.py index 4259475..35607f6 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__ = "1.6.1" +__version__ = "1.6.2" __email__ = "versae@gmail.com" __url__ = "https://github.com/versae/neo4j-rest-client" __description__ = """Object-oriented Python library to interact with """ \