Skip to content

Commit 5fc9aff

Browse files
Release 3.2.0
- 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
1 parent a65151f commit 5fc9aff

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ matrix:
44
include:
55
- python: '3.6'
66
- python: '3.7'
7-
env: UPLOAD=True
87
- python: '3.8'
8+
env: UPLOAD=True
9+
- python: '3.9'
910
install:
1011
- pip install .[test]
1112
script: echo hello world

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 3.2.0 (2021-03-08)
4+
5+
- Fix CopyIncrementally with no data (#54)
6+
- Add ability to specify modification value type in CopyIncrementally (#53) 66e7dc1 Jan Katins <[email protected]> 4. Mar 2021 at 22:06
7+
- Fix read stderr during command execution (#47)
8+
- Use echo_queries from mara_db.config.default_echo_queries (#58)
9+
- Include all versioned package files in wheel
10+
11+
312
## 3.1.1 (2020-07-31)
413

514
- Fix for visible passwords in the logs despite `mara_pipelines.config.password_masks()`

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def get_long_description():
77

88
setup(
99
name='mara-pipelines',
10-
version='3.1.1',
10+
version='3.2.0',
1111

1212
description='Opinionated lightweight ELT pipeline framework',
1313

0 commit comments

Comments
 (0)