File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 User ,
1818)
1919
20- __version__ = "1.2 .0"
20+ __version__ = "1.3 .0"
2121__all__ = [
2222 "Client" ,
2323 "Resource" ,
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 1.2 .0
4+ current_version = 1.3 .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
@@ -29,7 +29,7 @@ ignore =
2929
3030[flake8]
3131ignore = D203
32- exclude =
32+ exclude =
3333 .git,
3434 __pycache__,
3535 docs/source/conf.py,
@@ -49,3 +49,4 @@ force_grid_wrap = 0
4949use_parentheses = True
5050line_length = 88
5151known_first_party = deezer
52+
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.2 .0"
13+ version = "1.3 .0"
1414
1515setup (
1616 name = "deezer-python" ,
You can’t perform that action at this time.
0 commit comments