Skip to content

Commit

Permalink
Bump version: 1.4.0 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jul 1, 2020
1 parent d04d4a3 commit a461e5a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deezer/__init__.py
Expand Up @@ -11,7 +11,7 @@
User,
)

__version__ = "1.4.0"
__version__ = "1.5.0"
__all__ = [
"Client",
"Resource",
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = "1.4.0"
version = "1.5.0"
# The full version, including alpha/beta/rc tags.
release = "1.4.0"
release = "1.5.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.4.0
current_version = 1.5.0
tag_name = {new_version}

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

[check-manifest]
ignore =
ignore =
.github
.github/*
.all-contributorsrc
Expand All @@ -25,7 +25,7 @@ ignore =

[flake8]
ignore = D203,W503
exclude =
exclude =
.git,
__pycache__,
docs/source/conf.py,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@ def read(*paths):
return f.read()


version = "1.4.0"
version = "1.5.0"

setup(
name="deezer-python",
Expand Down

0 comments on commit a461e5a

Please sign in to comment.