Skip to content

Commit 39fef0d

Browse files
authored
Merge pull request #3 from robabram/ra/doc-fix
Update documentation
2 parents 3151d6d + 77580e7 commit 39fef0d

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ Documentation
155155
:param dates_to_str: Boolean, convert all date or datetime values to string.
156156
:returns: dictionary object
157157

158-
JSONObject.hash(self, hash_algo=hashlib.sha1):
159-
Hash the stored data using a hashlib algo in a repeatable way.
160-
:param hash_algo: A hashlib algo function.
161-
:returns: hashlib HASH object.
162-
163158
164159
Project Links
165160
=============

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from setuptools import setup, find_packages
88

9-
__VERSION__ = "1.0.1"
9+
__VERSION__ = "1.0.2"
1010

1111
base_dir = os.path.abspath(os.path.dirname(__file__))
1212

0 commit comments

Comments
 (0)