From 1eadbf2df0401052ded67be2963db82496a8b21a Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Tue, 23 Feb 2021 15:00:25 +0000 Subject: [PATCH] Release 0.31.0 (#641) --- CHANGELOG.md | 7 +++++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 261b9dc5a..9f6e8f0d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.31.0 (2021-02-23) +------------------- + +- Update TransferWise references to Wise +- Bump `pipelinewise-tap-twilio` to `1.1.1` +- Bump `psycopg-binary` from `2.8.5` to `2.8.6` + 0.30.0 (2021-01-22) ------------------- diff --git a/docs/conf.py b/docs/conf.py index 1b59243c4..a7f4dae0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ def setup(app): project = 'PipelineWise' copyright = f'{datetime.datetime.now().year}, Wise Ltd.' author = 'Wise' -version = '0.30.0' +version = '0.31.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 84ae26d68..90ea5021b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = f.read() setup(name='pipelinewise', - version='0.30.0', + version='0.31.0', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',