Skip to content

Commit 56cc461

Browse files
committed
Bump version: 6.5.0 → 6.6.0
1 parent 230d78b commit 56cc461

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DeepDiff v 6.5.0
1+
# DeepDiff v 6.6.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)
@@ -17,7 +17,7 @@
1717

1818
Tested on Python 3.7+ and PyPy3.
1919

20-
- **[Documentation](https://zepworks.com/deepdiff/6.5.0/)**
20+
- **[Documentation](https://zepworks.com/deepdiff/6.6.0/)**
2121

2222
## What is new?
2323

@@ -86,11 +86,11 @@ Thank you!
8686

8787
How to cite this library (APA style):
8888

89-
Dehpour, S. (2023). DeepDiff (Version 6.5.0) [Software]. Available from https://github.com/seperman/deepdiff.
89+
Dehpour, S. (2023). DeepDiff (Version 6.6.0) [Software]. Available from https://github.com/seperman/deepdiff.
9090

9191
How to cite this library (Chicago style):
9292

93-
Dehpour, Sep. 2023. DeepDiff (version 6.5.0).
93+
Dehpour, Sep. 2023. DeepDiff (version 6.6.0).
9494

9595
# Authors
9696

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.5.0'
3+
__version__ = '6.6.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
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '6.5.0'
64+
version = '6.6.0'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '6.5.0'
66+
release = '6.6.0'
6767

6868
load_dotenv(override=True)
6969
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.5.0 documentation!
7+
DeepDiff 6.6.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.5.0
2+
current_version = 6.6.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.5.0'
13+
version = '6.6.0'
1414

1515

1616
def get_reqs(filename):

0 commit comments

Comments
 (0)