Skip to content

Commit

Permalink
Merge pull request #40 from telefonicasc/task/prepare_0.5.0
Browse files Browse the repository at this point in the history
Step: 0.4.0-next -> 0.5.0
  • Loading branch information
fgalan authored Nov 23, 2022
2 parents b6bf327 + 955bbf1 commit 73fc43e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-lib/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# fichero de ejemplo de requirements.txt para enlazar con al librería tc_etl_lib
#
tc_etl_lib==0.4.0
tc_etl_lib==0.5.0
2 changes: 2 additions & 0 deletions python-lib/tc_etl_lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ La librería está creada con diferentes clases dependiendo de la funcionalidad

## Changelog

0.5.0 (November 23rd, 2022)

- Add: new optional parameter called `options` in get_entities, get_entities_page and send_batch ([#38](https://github.com/telefonicasc/etl-framework/issues/38))
- Add: new optionals parameters called `options_send` and `options_get` in delete_entities ([#38](https://github.com/telefonicasc/etl-framework/issues/38))
- Fix: cleaner logs, avoiding printing warnings in the case of unsecure CB API calls
Expand Down
2 changes: 1 addition & 1 deletion python-lib/tc_etl_lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

HERE = pathlib.Path(__file__).parent

VERSION = '0.4.0-next'
VERSION = '0.5.0'
PACKAGE_NAME = 'tc_etl_lib'
AUTHOR = ''
AUTHOR_EMAIL = ''
Expand Down

0 comments on commit 73fc43e

Please sign in to comment.