From 6b2cb206421260e3236600163589c2091e5e20c5 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sun, 2 Jun 2019 17:05:58 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.2?= 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 | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deezer/__init__.py b/deezer/__init__.py index 39b6b564..5f840929 100644 --- a/deezer/__init__.py +++ b/deezer/__init__.py @@ -9,7 +9,7 @@ from deezer.resources import Genre, Track, User, Comment, Radio -__version__ = "1.1.1" +__version__ = "1.1.2" __all__ = [ "Client", "Resource", diff --git a/docs/source/conf.py b/docs/source/conf.py index 9148a282..e20b8cea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = "1.1.1" +version = "1.1.2" # The full version, including alpha/beta/rc tags. -release = "1.1.1" +release = "1.1.2" # 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 fb546224..de75131f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.1.1 +current_version = 1.1.2 tag_name = {new_version} [bumpversion:file:deezer/__init__.py] diff --git a/setup.py b/setup.py index 8060e80e..a5392f70 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(*paths): return f.read() -version = "1.1.1" +version = "1.1.2" setup( name="deezer-python",