diff --git a/README.md b/README.md index 8173f44..fa44562 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index 3e03703..e714db7 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ HERE = pathlib.Path(__file__).parent -VERSION = '0.1.0.post' +VERSION = '0.2.0' PACKAGE_NAME = 'tcjexl' AUTHOR = '' AUTHOR_EMAIL = ''