File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 User ,
1212)
1313
14- __version__ = "1.3 .0"
14+ __version__ = "1.4 .0"
1515__all__ = [
1616 "Client" ,
1717 "Resource" ,
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 1.3 .0
4+ current_version = 1.4 .0
55tag_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]
3232ignore = D203
33- exclude =
33+ exclude =
3434 .git,
3535 __pycache__,
3636 docs/source/conf.py,
Original file line number Diff line number Diff 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
1515setup (
1616 name = "deezer-python" ,
You can’t perform that action at this time.
0 commit comments