We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f9e8ab + b7e4abe commit f57d276Copy full SHA for f57d276
python-lib/tc_etl_lib/README.md
@@ -442,9 +442,11 @@ TOTAL 403 221 45%
442
443
## Changelog
444
445
+0.8.0 (March 22nd, 2023)
446
+
447
- Add: new optional parameter called `replace_id` in sqlFileStore context manager ([#58](https://github.com/telefonicasc/etl-framework/pull/58))
448
-0.7.0 (December 233rd, 2022)
449
+0.7.0 (December 23rd, 2022)
450
451
- Add: new stores for saving entity batches, `orionStore` and `sqlFileStore` ([#46](https://github.com/telefonicasc/etl-framework/pull/46))
452
python-lib/tc_etl_lib/setup.py
@@ -23,7 +23,7 @@
23
24
HERE = pathlib.Path(__file__).parent
25
26
-VERSION = '0.7.0-next'
+VERSION = '0.8.0'
27
PACKAGE_NAME = 'tc_etl_lib'
28
AUTHOR = ''
29
AUTHOR_EMAIL = ''
0 commit comments