Skip to content

Commit 273e7f0

Browse files
authored
Merge pull request #74 from telefonicasc/task/prepare_0.9.0
Step: 0.9.0.post -> 0.10.0
2 parents f2795ef + f9aaa48 commit 273e7f0

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
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.9.0
2+
#tc_etl_lib==0.10.0

python-lib/tc_etl_lib/README.md

Lines changed: 6 additions & 4 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.9.0
48+
pip install tc_etl_lib==0.10.0
4949

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

52-
tc_etl_lib==0.9.0
52+
tc_etl_lib==0.10.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.9.0.tar.gz
62+
pip install ./tc_etl_lib/dist/tc_etl_lib-0.10.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

@@ -505,7 +505,9 @@ TOTAL 403 221 45%
505505

506506
## Changelog
507507

508-
- Add: new class `iotaManager` to deal with IoT Agent interactions, with methods `send_http` and `send_batch_http`([#55]([https://github.com/telefonicasc/etl-framework/pull/70](https://github.com/telefonicasc/etl-framework/issues/55)))
508+
0.10.0 (November 29th, 2023)
509+
510+
- Add: new class `iotaManager` to deal with IoT Agent interactions, with methods `send_http` and `send_batch_http`([#55](https://github.com/telefonicasc/etl-framework/issues/55))
509511

510512
0.9.0 (May 16th, 2023)
511513

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

0 commit comments

Comments
 (0)