diff --git a/python-lib/requirements.txt b/python-lib/requirements.txt index 6b41e64..b4976d0 100644 --- a/python-lib/requirements.txt +++ b/python-lib/requirements.txt @@ -1,4 +1,4 @@ # # fichero de ejemplo de requirements.txt para enlazar con al librería tc_etl_lib # -tc_etl_lib==0.6.0 +tc_etl_lib==0.7.0 diff --git a/python-lib/tc_etl_lib/README.md b/python-lib/tc_etl_lib/README.md index 2a23d5b..79661d0 100644 --- a/python-lib/tc_etl_lib/README.md +++ b/python-lib/tc_etl_lib/README.md @@ -368,6 +368,8 @@ with new_store() as store: ## Changelog +0.7.0 (December 233rd, 2022) + - Add: new stores for saving entity batches, `orionStore` and `sqlFileStore` ([#46](https://github.com/telefonicasc/etl-framework/pull/46)) 0.6.0 (December 15th, 2022) diff --git a/python-lib/tc_etl_lib/setup.py b/python-lib/tc_etl_lib/setup.py index 3cfcf03..6f62c2a 100644 --- a/python-lib/tc_etl_lib/setup.py +++ b/python-lib/tc_etl_lib/setup.py @@ -23,7 +23,7 @@ HERE = pathlib.Path(__file__).parent -VERSION = '0.6.0-next' +VERSION = '0.7.0' PACKAGE_NAME = 'tc_etl_lib' AUTHOR = '' AUTHOR_EMAIL = ''