From a461e5a32d09b1157a1ac0d9e5c4e80f03a6c76e Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 1 Jul 2020 18:59:29 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.0=20=E2=86=92=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deezer/__init__.py | 2 +- docs/source/conf.py | 4 ++-- setup.cfg | 6 +++--- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deezer/__init__.py b/deezer/__init__.py index d61760e2..ccf7a13e 100644 --- a/deezer/__init__.py +++ b/deezer/__init__.py @@ -11,7 +11,7 @@ User, ) -__version__ = "1.4.0" +__version__ = "1.5.0" __all__ = [ "Client", "Resource", diff --git a/docs/source/conf.py b/docs/source/conf.py index 535b7e47..467dd02d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/setup.cfg b/setup.cfg index 6849666b..4bfad5da 100644 --- a/setup.cfg +++ b/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] @@ -11,7 +11,7 @@ tag_name = {new_version} [bumpversion:file:setup.py] [check-manifest] -ignore = +ignore = .github .github/* .all-contributorsrc @@ -25,7 +25,7 @@ ignore = [flake8] ignore = D203,W503 -exclude = +exclude = .git, __pycache__, docs/source/conf.py, diff --git a/setup.py b/setup.py index e3457854..d5297b15 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(*paths): return f.read() -version = "1.4.0" +version = "1.5.0" setup( name="deezer-python",