Skip to content

Commit

Permalink
Preparing the new release with bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
versae committed Mar 26, 2012
1 parent 57d4667 commit 8cf9735
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.txt
Expand Up @@ -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:

Expand Down
8 changes: 8 additions & 0 deletions 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.
Expand Down
8 changes: 8 additions & 0 deletions 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.
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__ = "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 """ \
Expand Down

0 comments on commit 8cf9735

Please sign in to comment.