Skip to content

Commit

Permalink
Release 0.37.0 (#841)
Browse files Browse the repository at this point in the history
* Update changelog and setup for new release

* Update CHANGELOG.md

Co-authored-by: Samira El Aabidi <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Samira El Aabidi <[email protected]>

Co-authored-by: Samira El Aabidi <[email protected]>
  • Loading branch information
amofakhar and Samira-El authored Nov 19, 2021
1 parent 6d967dc commit 1c3ad83
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
0.37.0 (2021-11-19)
-------------------

*New*
- Added cleanup method for state file.
- Bump `pytest-cov` from `2.12.1` to `3.0.0` ([Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst#300-2021-10-04))
- Bump `joblib` from `1.0.0` to `1.1.0`
- Bump `flake8` from `3.9.2` to `4.0.1`
- Bump `jinja2` from `3.0.1` to `3.0.2`
- Bump `python-dotenv` from `0.19.0` to `0.19.1`
- Bump `target-snowflake` from `1.14.0` to `1.14.1`
- Bump `ansible` from `4.4.0` to `4.7.0`
- Bump `pytest` from `6.2.4` to `6.2.5`

*Changes*
- Fully migrate CI to Github Actions.
- Update `ujson` requirement from `==4.1.*` to `>=4.1,<4.3`
- Update `tzlocal` requirement from `<2.2,>=2.0` to `>=2.0,<4.1`

*Fixes*
- Make process in docker-compose file.
- proc.info parsing in a case cmdline is None!


0.36.0 (2021-09-30)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
LONG_DESCRIPTION = f.read()

setup(name='pipelinewise',
version='0.36.0',
version='0.37.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 1c3ad83

Please sign in to comment.