Skip to content

Commit 3b3a067

Browse files
committedMar 11, 2020
Bump version: 4.3.0 → 4.3.1
1 parent eb3973a commit 3b3a067

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DeepDiff v 4.3.0
1+
# DeepDiff v 4.3.1
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)

‎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 and DeepHash classes."""
22
# flake8: noqa
3-
__version__ = '4.3.0'
3+
__version__ = '4.3.1'
44
import logging
55

66
if __name__ == '__main__':

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '4.3.0'
62+
version = '4.3.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '4.3.0'
64+
release = '4.3.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

‎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 4.3.0 documentation!
7+
DeepDiff 4.3.1 documentation!
88
=============================
99

1010
**DeepDiff: Deep Difference of dictionaries, iterables, strings and other objects. It will recursively look for all the changes.**

‎setup.cfg

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

‎setup.py

+1-1
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 = '4.3.0'
13+
version = '4.3.1'
1414

1515

1616
def get_reqs(filename):

0 commit comments

Comments
 (0)