Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
- Fix CopyIncrementally with no data (#54)
- Add ability to specify modification value type in CopyIncrementally (#53)	66e7dc1	Jan Katins <[email protected]>	4. Mar 2021 at 22:06
- Fix read stderr during command execution (#47)
- Use echo_queries from mara_db.config.default_echo_queries (#58)
- Include all versioned package files in wheel
  • Loading branch information
martin-loetzsch committed Mar 8, 2021
1 parent a65151f commit 5fc9aff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ matrix:
include:
- python: '3.6'
- python: '3.7'
env: UPLOAD=True
- python: '3.8'
env: UPLOAD=True
- python: '3.9'
install:
- pip install .[test]
script: echo hello world
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.2.0 (2021-03-08)

- Fix CopyIncrementally with no data (#54)
- Add ability to specify modification value type in CopyIncrementally (#53) 66e7dc1 Jan Katins <[email protected]> 4. Mar 2021 at 22:06
- Fix read stderr during command execution (#47)
- Use echo_queries from mara_db.config.default_echo_queries (#58)
- Include all versioned package files in wheel


## 3.1.1 (2020-07-31)

- Fix for visible passwords in the logs despite `mara_pipelines.config.password_masks()`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def get_long_description():

setup(
name='mara-pipelines',
version='3.1.1',
version='3.2.0',

description='Opinionated lightweight ELT pipeline framework',

Expand Down

0 comments on commit 5fc9aff

Please sign in to comment.