Skip to content

Commit 654698f

Browse files
committed
Bump version: 4.0.2 → 4.0.3
1 parent bac9010 commit 654698f

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DeepDiff v 4.0.2
1+
# DeepDiff v 4.0.3
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)

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 = '4.0.2'
63+
version = '4.0.3'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '4.0.2'
65+
release = '4.0.3'
6666

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

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 4.0.2 documentation!
7+
DeepDiff 4.0.3 documentation!
88
=============================
99

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

setup.cfg

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1+
[bumpversion]
2+
current_version = 4.0.3
3+
commit = True
4+
tag = True
5+
tag_name = {new_version}
6+
17
[flake8]
28
max-line-length = 120
39
builtins = json
410
statistics = true
511
ignore = E202
612
exclude = ./data,./src,.svn,CVS,.bzr,.hg,.git,__pycache__
713

8-
[bumpversion]
9-
current_version = 4.0.2
10-
commit = True
11-
tag = True
12-
tag_name = {new_version}
13-
1414
[bumpversion:file:setup.py]
15+
1516
[bumpversion:file:README.md]
17+
1618
[bumpversion:file:docs/index.rst]
19+
1720
[bumpversion:file:docs/conf.py]
21+

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 = '4.0.2'
13+
version = '4.0.3'
1414

1515

1616
def get_reqs(filename):

0 commit comments

Comments
 (0)