From cf31280fe257f31358dc4a056f4bb96b4fe722c1 Mon Sep 17 00:00:00 2001 From: opacam Date: Tue, 7 May 2019 17:21:33 +0200 Subject: [PATCH] =?UTF-8?q?[version]=20Bump=20version=20number=20to=20`0.8?= =?UTF-8?q?.1`=C2=A0:sparkles:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ tmdb3/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 367f450..d79ef15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.8.1] - 2019/05/07 +- Add discover methods: + * discoverTv + * discoverMovie ## [0.8.0] - 2019/03/17 - CI integration with coverage - Add tests diff --git a/tmdb3/__init__.py b/tmdb3/__init__.py index 1d12907..7190335 100644 --- a/tmdb3/__init__.py +++ b/tmdb3/__init__.py @@ -42,7 +42,7 @@ Preliminary API specifications can be found at http://help.themoviedb.org/kb/api/about-3""" -__version__ = "0.8.0" +__version__ = "0.8.1" __classifiers__ = [ "Development Status :: 5 - Production/Stable",