Skip to content

Commit

Permalink
Prep for version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
versae committed Nov 20, 2015
1 parent 5d1e506 commit 1f28238
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -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)
------------------
Expand Down
2 changes: 1 addition & 1 deletion neo4jrestclient/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__author__ = "Javier de la Rosa"
__license__ = "GPL 3"
__version__ = "2.1.0"
__version__ = "2.1.1"
__email__ = "[email protected]"
__url__ = "https://github.com/versae/neo4j-rest-client"
__description__ = """Object-oriented Python library to interact with """ \
Expand Down

0 comments on commit 1f28238

Please sign in to comment.