Skip to content

Commit 2b7ca64

Browse files
committed
Bump version: 6.2.3 → 6.3.0
1 parent df0c984 commit 2b7ca64

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 6.2.3
1+
# DeepDiff v 6.3.0
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.7+ and PyPy3.
1616

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

1919
## What is new?
2020

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

7676
DeepDiff gets the difference of 2 objects.
7777

78-
> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/6.2.3/diff.html)
79-
> - The full documentation of all modules can be found on <https://zepworks.com/deepdiff/6.2.3/>
78+
> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/6.3.0/diff.html)
79+
> - The full documentation of all modules can be found on <https://zepworks.com/deepdiff/6.3.0/>
8080
> - Tutorials and posts about DeepDiff can be found on <https://zepworks.com/tags/deepdiff/>
8181
8282
## A few Examples
8383

84-
> Note: This is just a brief overview of what DeepDiff can do. Please visit <https://zepworks.com/deepdiff/6.2.3/> for full documentation.
84+
> Note: This is just a brief overview of what DeepDiff can do. Please visit <https://zepworks.com/deepdiff/6.3.0/> for full documentation.
8585
8686
### List difference ignoring order or duplicates
8787

@@ -285,8 +285,8 @@ Example:
285285
```
286286

287287

288-
> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/6.2.3/diff.html)
289-
> - The full documentation can be found on <https://zepworks.com/deepdiff/6.2.3/>
288+
> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/6.3.0/diff.html)
289+
> - The full documentation can be found on <https://zepworks.com/deepdiff/6.3.0/>
290290
291291

292292
# Deep Search
@@ -318,17 +318,17 @@ And you can pass all the same kwargs as DeepSearch to grep too:
318318
{'matched_paths': {"root['somewhere']": 'around'}, 'matched_values': {"root['long']": 'somewhere'}}
319319
```
320320

321-
> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/6.2.3/dsearch.html)
322-
> - The full documentation can be found on <https://zepworks.com/deepdiff/6.2.3/>
321+
> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/6.3.0/dsearch.html)
322+
> - The full documentation can be found on <https://zepworks.com/deepdiff/6.3.0/>
323323
324324
# Deep Hash
325325
(New in v4-0-0)
326326

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

330-
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/6.2.3/deephash.html)
331-
> - The full documentation can be found on <https://zepworks.com/deepdiff/6.2.3/>
330+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/6.3.0/deephash.html)
331+
> - The full documentation can be found on <https://zepworks.com/deepdiff/6.3.0/>
332332
333333
Let's say you have a dictionary object.
334334

@@ -376,8 +376,8 @@ Which you can write as:
376376
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.
377377

378378

379-
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/6.2.3/deephash.html)
380-
> - The full documentation can be found on <https://zepworks.com/deepdiff/6.2.3/>
379+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/6.3.0/deephash.html)
380+
> - The full documentation can be found on <https://zepworks.com/deepdiff/6.3.0/>
381381
382382

383383
# Using DeepDiff in unit tests
@@ -457,11 +457,11 @@ Thank you!
457457

458458
How to cite this library (APA style):
459459

460-
Dehpour, S. (2022). DeepDiff (Version 6.2.3) [Software]. Available from https://github.com/seperman/deepdiff.
460+
Dehpour, S. (2022). DeepDiff (Version 6.3.0) [Software]. Available from https://github.com/seperman/deepdiff.
461461

462462
How to cite this library (Chicago style):
463463

464-
Dehpour, Sep. 2022. DeepDiff (version 6.2.3).
464+
Dehpour, Sep. 2022. DeepDiff (version 6.3.0).
465465

466466
# Authors
467467

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__ = '6.2.3'
3+
__version__ = '6.3.0'
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 = '6.2.3'
63+
version = '6.3.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '6.2.3'
65+
release = '6.3.0'
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 6.2.3 documentation!
7+
DeepDiff 6.3.0 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 = 6.2.3
2+
current_version = 6.3.0
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 = '6.2.3'
13+
version = '6.3.0'
1414

1515

1616
def get_reqs(filename):

0 commit comments

Comments
 (0)