Skip to content

Commit

Permalink
release 0.60.2b1 (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar authored Jun 13, 2024
1 parent f161985 commit 8228da9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.60.2b1 (2024-06-12)
---------------------
- Bump `pymongo`from `4.7.3` to `3.13.0`

0.60.1 (2024-06-12)
-------------------
- Bump `pymongo`from `3.12.3` to `4.7.3`
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(name='pipelinewise',
python_requires='>=3.7,<3.10',
version='0.60.1',
version='0.60.2b1',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand All @@ -33,7 +33,7 @@
'google-cloud-bigquery==3.11.1',
'pipelinewise-singer-python==1.*',
'python-pidfile==3.0.0',
'pymongo==4.7.3',
'pymongo==3.13.0',
'tzlocal>=2.0,<4.1',
'slackclient==2.9.4',
'sqlparse==0.4.4',
Expand Down

0 comments on commit 8228da9

Please sign in to comment.