Skip to content

Commit 89f1a72

Browse files
committed
Bump version: 5.8.1 → 5.8.2
1 parent 2672e47 commit 89f1a72

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DeepDiff v 5.8.1
1+
# DeepDiff v 5.8.2
22

33
![Downloads](https://img.shields.io/pypi/dm/deepdiff.svg?style=flat)
44
![Python Versions](https://img.shields.io/pypi/pyversions/deepdiff.svg?style=flat)
@@ -14,7 +14,7 @@
1414

1515
Tested on Python 3.6+ and PyPy3.
1616

17-
- **[Documentation](https://zepworks.com/deepdiff/5.8.1/)**
17+
- **[Documentation](https://zepworks.com/deepdiff/5.8.2/)**
1818

1919
## What is new?
2020

@@ -67,13 +67,13 @@ Note: if you want to use DeepDiff via commandline, make sure to run `pip install
6767

6868
DeepDiff gets the difference of 2 objects.
6969

70-
> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.1/diff.html)
71-
> - The full documentation of all modules can be found on <https://zepworks.com/deepdiff/5.8.1/>
70+
> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.2/diff.html)
71+
> - The full documentation of all modules can be found on <https://zepworks.com/deepdiff/5.8.2/>
7272
> - Tutorials and posts about DeepDiff can be found on <https://zepworks.com/tags/deepdiff/>
7373
7474
## A few Examples
7575

76-
> Note: This is just a brief overview of what DeepDiff can do. Please visit <https://zepworks.com/deepdiff/5.8.1/> for full documentation.
76+
> Note: This is just a brief overview of what DeepDiff can do. Please visit <https://zepworks.com/deepdiff/5.8.2/> for full documentation.
7777
7878
### List difference ignoring order or duplicates
7979

@@ -277,8 +277,8 @@ Example:
277277
```
278278

279279

280-
> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.1/diff.html)
281-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/>
280+
> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.2/diff.html)
281+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.2/>
282282
283283

284284
# Deep Search
@@ -310,17 +310,17 @@ And you can pass all the same kwargs as DeepSearch to grep too:
310310
{'matched_paths': {"root['somewhere']": 'around'}, 'matched_values': {"root['long']": 'somewhere'}}
311311
```
312312

313-
> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.8.1/dsearch.html)
314-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/>
313+
> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.8.2/dsearch.html)
314+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.2/>
315315
316316
# Deep Hash
317317
(New in v4-0-0)
318318

319319
DeepHash is designed to give you hash of ANY python object based on its contents even if the object is not considered hashable!
320320
DeepHash is supposed to be deterministic in order to make sure 2 objects that contain the same data, produce the same hash.
321321

322-
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.1/deephash.html)
323-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/>
322+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.2/deephash.html)
323+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.2/>
324324
325325
Let's say you have a dictionary object.
326326

@@ -368,8 +368,8 @@ Which you can write as:
368368
At first it might seem weird why DeepHash(obj)[obj] but remember that DeepHash(obj) is a dictionary of hashes of all other objects that obj contains too.
369369

370370

371-
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.1/deephash.html)
372-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/>
371+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.2/deephash.html)
372+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.2/>
373373
374374

375375
# Using DeepDiff in unit tests
@@ -449,11 +449,11 @@ Thank you!
449449

450450
How to cite this library (APA style):
451451

452-
Dehpour, S. (2022). DeepDiff (Version 5.8.1) [Software]. Available from https://github.com/seperman/deepdiff.
452+
Dehpour, S. (2022). DeepDiff (Version 5.8.2) [Software]. Available from https://github.com/seperman/deepdiff.
453453

454454
How to cite this library (Chicago style):
455455

456-
Dehpour, Sep. 2022. DeepDiff (version 5.8.1).
456+
Dehpour, Sep. 2022. DeepDiff (version 5.8.2).
457457

458458
# Authors
459459

deepdiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""This module offers the DeepDiff, DeepSearch, grep, Delta and DeepHash classes."""
22
# flake8: noqa
3-
__version__ = '5.8.1'
3+
__version__ = '5.8.2'
44
import logging
55

66
if __name__ == '__main__':

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '5.8.1'
63+
version = '5.8.2'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '5.8.1'
65+
release = '5.8.2'
6666

6767
load_dotenv(override=True)
6868
DOC_VERSION = os.environ.get('DOC_VERSION', version)

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
contain the root `toctree` directive.
55
66
7-
DeepDiff 5.8.1 documentation!
7+
DeepDiff 5.8.2 documentation!
88
=============================
99

1010
*****************

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.8.1
2+
current_version = 5.8.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if os.environ.get('USER', '') == 'vagrant':
1111
del os.link
1212

13-
version = '5.8.1'
13+
version = '5.8.2'
1414

1515

1616
def get_reqs(filename):

0 commit comments

Comments
 (0)