From 56b806d308f7c128e98b497b606d062e50033741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 11 Mar 2024 11:09:03 +0100 Subject: [PATCH] Step: 0.1.0.post -> 0.2.0 --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 = ''