Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Nov 9, 2019
1 parent 76183e0 commit 71ec93b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deezer/__init__.py
Expand Up @@ -17,7 +17,7 @@
User,
)

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.2.0
current_version = 1.3.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 =
.azure-pipelines
.azure-pipelines/*
.github
Expand All @@ -29,7 +29,7 @@ ignore =

[flake8]
ignore = D203
exclude =
exclude =
.git,
__pycache__,
docs/source/conf.py,
Expand All @@ -49,3 +49,4 @@ force_grid_wrap = 0
use_parentheses = True
line_length = 88
known_first_party = deezer

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@ def read(*paths):
return f.read()


version = "1.2.0"
version = "1.3.0"

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

0 comments on commit 71ec93b

Please sign in to comment.