Skip to content

Commit 8804b4d

Browse files
committed
Bump version: 1.3.0 → 1.4.0
1 parent 8d58b29 commit 8804b4d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

deezer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
User,
1212
)
1313

14-
__version__ = "1.3.0"
14+
__version__ = "1.4.0"
1515
__all__ = [
1616
"Client",
1717
"Resource",

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = "1.3.0"
61+
version = "1.4.0"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "1.3.0"
63+
release = "1.4.0"
6464

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

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 1.3.0
4+
current_version = 1.4.0
55
tag_name = {new_version}
66

77
[bumpversion:file:deezer/__init__.py]
@@ -11,7 +11,7 @@ tag_name = {new_version}
1111
[bumpversion:file:setup.py]
1212

1313
[check-manifest]
14-
ignore =
14+
ignore =
1515
.azure-pipelines
1616
.azure-pipelines/*
1717
.github
@@ -30,7 +30,7 @@ ignore =
3030

3131
[flake8]
3232
ignore = D203
33-
exclude =
33+
exclude =
3434
.git,
3535
__pycache__,
3636
docs/source/conf.py,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(*paths):
1010
return f.read()
1111

1212

13-
version = "1.3.0"
13+
version = "1.4.0"
1414

1515
setup(
1616
name="deezer-python",

0 commit comments

Comments
 (0)