We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3151d6d + 77580e7 commit 39fef0dCopy full SHA for 39fef0d
2 files changed
README.rst
@@ -155,11 +155,6 @@ Documentation
155
:param dates_to_str: Boolean, convert all date or datetime values to string.
156
:returns: dictionary object
157
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
-
163
164
Project Links
165
=============
setup.py
@@ -6,7 +6,7 @@
6
7
from setuptools import setup, find_packages
8
9
-__VERSION__ = "1.0.1"
+__VERSION__ = "1.0.2"
10
11
base_dir = os.path.abspath(os.path.dirname(__file__))
12
0 commit comments