Skip to content

Commit

Permalink
Step: 0.2.0-next -> 0.3.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Aug 2, 2022
1 parent 637eed5 commit eb24063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 @@ -292,6 +292,8 @@ La librería está creada con diferentes clases dependiendo de la funcionalidad

## Changelog

0.3.0 (August 2nd, 2022)

- Add: get_auth_token_service function to get domain tokens from IDM

0.2.0 (July 13th, 2022)
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.2.0-next'
VERSION = '0.3.0'
PACKAGE_NAME = 'tc_etl_lib'
AUTHOR = ''
AUTHOR_EMAIL = ''
Expand Down

0 comments on commit eb24063

Please sign in to comment.