Skip to content

Commit ba85943

Browse files
committed
Bump version: 8.4.2 → 8.5.0
1 parent fc87280 commit ba85943

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.4.2
2+
current_version = 8.5.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors:
55
given-names: "Sep"
66
orcid: "https://orcid.org/0009-0009-5828-4345"
77
title: "DeepDiff"
8-
version: 8.4.2
8+
version: 8.5.0
99
date-released: 2024
1010
url: "https://github.com/seperman/deepdiff"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DeepDiff v 8.4.2
1+
# DeepDiff v 8.5.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.9+ and PyPy3.
1919

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

2222
## What is new?
2323

deepdiff/__init__.py

+1-1
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__ = '8.4.2'
3+
__version__ = '8.5.0'
44
import logging
55

66
if __name__ == '__main__':

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '8.4.2'
67+
version = '8.5.0'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '8.4.2'
69+
release = '8.5.0'
7070

7171
load_dotenv(override=True)
7272
DOC_VERSION = os.environ.get('DOC_VERSION', version)

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
contain the root `toctree` directive.
55
66
7-
DeepDiff 8.4.2 documentation!
7+
DeepDiff 8.5.0 documentation!
88
=============================
99

1010
*******

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "deepdiff"
7-
version = "8.4.2"
7+
version = "8.5.0"
88
dependencies = [
99
"orderly-set>=5.4.1,<6",
1010
]

0 commit comments

Comments
 (0)