Skip to content

Commit

Permalink
Step: 0.1.0.post -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Mar 11, 2024
1 parent 05f2c9a commit 56b806d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ upload process you will be prompted to provide your user and password.

## Changelog

0.2.0 (March 11th, 2024)

- Add: allow to use context for transformations arguments (using a patched version of pyjexl)

0.1.0 (March 6th, 2024)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

HERE = pathlib.Path(__file__).parent

VERSION = '0.1.0.post'
VERSION = '0.2.0'
PACKAGE_NAME = 'tcjexl'
AUTHOR = ''
AUTHOR_EMAIL = ''
Expand Down

0 comments on commit 56b806d

Please sign in to comment.