Skip to content

Commit f57d276

Browse files
authored
Merge pull request #59 from telefonicasc/task/prepare_0.8.0
Step: 0.7.0-next -> 0.8.0
2 parents 7f9e8ab + b7e4abe commit f57d276

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

python-lib/tc_etl_lib/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,11 @@ TOTAL 403 221 45%
442442

443443
## Changelog
444444

445+
0.8.0 (March 22nd, 2023)
446+
445447
- Add: new optional parameter called `replace_id` in sqlFileStore context manager ([#58](https://github.com/telefonicasc/etl-framework/pull/58))
446448

447-
0.7.0 (December 233rd, 2022)
449+
0.7.0 (December 23rd, 2022)
448450

449451
- Add: new stores for saving entity batches, `orionStore` and `sqlFileStore` ([#46](https://github.com/telefonicasc/etl-framework/pull/46))
450452

python-lib/tc_etl_lib/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
HERE = pathlib.Path(__file__).parent
2525

26-
VERSION = '0.7.0-next'
26+
VERSION = '0.8.0'
2727
PACKAGE_NAME = 'tc_etl_lib'
2828
AUTHOR = ''
2929
AUTHOR_EMAIL = ''

0 commit comments

Comments
 (0)