From 81c189243a56a56bda8d9ccba54e35818cd41aea Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Fri, 30 Oct 2020 09:10:14 +0000 Subject: [PATCH] [RELEASE] v0.26.0 (#565) --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff36f403b..7d214c4cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.26.0 (2020-10-30) +------------------- + +- Add tap-mixpanel +- Bump `joblib` to 0.16.0 to fix some issues when running on python 3.8 + 0.25.0 (2020-10-23) ------------------- diff --git a/docs/conf.py b/docs/conf.py index c997703a5..dc736a480 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ def setup(app): project = 'PipelineWise' copyright = '2020, TransferWise Ltd.' author = 'TransferWise' -version = '0.24.1' +version = '0.26.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 979bca5f2..e8f329e31 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = f.read() setup(name='pipelinewise', - version='0.25.0', + version='0.26.0', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',