Skip to content

Commit 71ec93b

Browse files
committed
Bump version: 1.2.0 → 1.3.0
1 parent 76183e0 commit 71ec93b

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

deezer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
User,
1818
)
1919

20-
__version__ = "1.2.0"
20+
__version__ = "1.3.0"
2121
__all__ = [
2222
"Client",
2323
"Resource",

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = "1.2.0"
60+
version = "1.3.0"
6161
# The full version, including alpha/beta/rc tags.
62-
release = "1.2.0"
62+
release = "1.3.0"
6363

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

setup.cfg

Lines changed: 4 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.2.0
4+
current_version = 1.3.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
@@ -29,7 +29,7 @@ ignore =
2929

3030
[flake8]
3131
ignore = D203
32-
exclude =
32+
exclude =
3333
.git,
3434
__pycache__,
3535
docs/source/conf.py,
@@ -49,3 +49,4 @@ force_grid_wrap = 0
4949
use_parentheses = True
5050
line_length = 88
5151
known_first_party = deezer
52+

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.2.0"
13+
version = "1.3.0"
1414

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

0 commit comments

Comments
 (0)