Skip to content

Commit

Permalink
Add Siddharth Maheshwari
Browse files Browse the repository at this point in the history
  • Loading branch information
robinedwards committed Dec 19, 2016
1 parent 1bb29d1 commit 9267ea5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.txt
Expand Up @@ -9,6 +9,7 @@ Rafael Pivato - https://github.com/rafaelpivato
Robin Edwards - https://github.com/robinedwards
Romain Thalineau - https://github.com/romaintha
Sam Millar - https://github.com/millr
Siddharth Maheshwari - https://github.com/siddharthm
Tony Landis - https://github.com/tony-landis
Wes Freeman - https://github.com/wfreeman
Laurie Clark-Michalek - https://github.com/bluepeppers
2 changes: 2 additions & 0 deletions Changelog
@@ -1,3 +1,5 @@
Version 3.0.1 2016-12-17
* Fix empty filters causing empty WHERE clause - Siddharth Maheshwari
Version 3.0.0 2016-11-27
* neo4j_driver now used as backend
* Support for neo4j versions prior to 3 dropped
Expand Down
2 changes: 1 addition & 1 deletion neomodel/__init__.py
Expand Up @@ -16,4 +16,4 @@
__email__ = 'robin.ge@gmail.com'
__license__ = 'MIT'
__package__ = 'neomodel'
__version__ = '3.0.0'
__version__ = '3.0.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='neomodel',
version='3.0.0',
version='3.0.1',
description='An object mapper for the neo4j graph database.',
long_description=open('README.rst').read(),
author='Robin Edwards',
Expand Down

0 comments on commit 9267ea5

Please sign in to comment.