Skip to content

Commit 6b2cb20

Browse files
committed
Bump version: 1.1.1 → 1.1.2
1 parent bcc33e5 commit 6b2cb20

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

deezer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from deezer.resources import Genre, Track, User, Comment, Radio
1010

1111

12-
__version__ = "1.1.1"
12+
__version__ = "1.1.2"
1313
__all__ = [
1414
"Client",
1515
"Resource",

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = "1.1.1"
59+
version = "1.1.2"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "1.1.1"
61+
release = "1.1.2"
6262

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 1.1.1
4+
current_version = 1.1.2
55
tag_name = {new_version}
66

77
[bumpversion:file:deezer/__init__.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.1.1"
13+
version = "1.1.2"
1414

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

0 commit comments

Comments
 (0)