Skip to content

Commit 0a699bf

Browse files
authored
Merge pull request #115 from telefonicasc/task/prepare_0.17.0
Step: 0.16.0.post -> 0.17.0
2 parents e9de470 + 02397a0 commit 0a699bf

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

etls/hello-world/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Include here the dependencies your ETL needs
2-
#tc_etl_lib==0.16.0
2+
#tc_etl_lib==0.17.0

python-lib/tc_etl_lib/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Para instalar la última versión:
4545

4646
Para instalar una versión concreta:
4747

48-
pip install tc_etl_lib==0.16.0
48+
pip install tc_etl_lib==0.17.0
4949

5050
También se puede añadir la depedencia a `requirements.txt`:
5151

52-
tc_etl_lib==0.16.0
52+
tc_etl_lib==0.17.0
5353

5454
he instalar (junto con el resto de depedencias) con el habitual:
5555

@@ -59,7 +59,7 @@ he instalar (junto con el resto de depedencias) con el habitual:
5959

6060
La librería de tipo `tc_etl_lib-<version>.tar.gz`, se puede instalar en cualquier entorno python con el siguiente comando:
6161

62-
pip install ./tc_etl_lib/dist/tc_etl_lib-0.16.0.tar.gz
62+
pip install ./tc_etl_lib/dist/tc_etl_lib-0.17.0.tar.gz
6363

6464
En este caso, la librería está disponible en ese directorio. Si estuviera disponible en cualquier otra ruta, se debería de reemplazar por la ruta relativa o absoluta correspondiente. Si se quiere instalar sobre un entorno venv, primero has de activar el entorno venv y luego ejecutar el comando de instalación de la librería.
6565

@@ -565,6 +565,7 @@ TOTAL 403 221 45%
565565

566566
## Changelog
567567

568+
0.17.0 (October 28th, 2025)
568569

569570
- Add: new class `objectStorageBucket` to manage bucket based object storage compatible with S3 API (such as AWS S3 or MINIMO) ([#109](https://github.com/telefonicasc/etl-framework/issues/109))
570571

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.16.0.post'
26+
VERSION = '0.17.0'
2727
PACKAGE_NAME = 'tc_etl_lib'
2828
AUTHOR = ''
2929
AUTHOR_EMAIL = ''

0 commit comments

Comments
 (0)