From 170b6fb20e6726a5512bc3b0955e18b22829e46a Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Mon, 10 Oct 2022 14:13:51 +0200 Subject: [PATCH] chore(server): v0.25.5 Signed-off-by: Luka Peschke --- server/CHANGELOG.md | 2 ++ server/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 33bbf5fe81..290603497e 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.25.5] - 2022-10-11 + - PyPika: Athena translator now uses `DATE_PARSE` rather than `TIMESTAMP` for the `todate` step - PyPika: Postgres and Redshift translator now use `TO_TIMESTAMP` rather than `TIMESTAMP` for the `todate` step - PyPika: The `text` step now does an explicit cast of the input text to the adequate text type diff --git a/server/pyproject.toml b/server/pyproject.toml index f448878f1b..133a7f4ad8 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "weaverbird" -version = "0.25.4" +version = "0.25.5" description = "A visual data pipeline builder with various backends" authors = ["Toucan Toco "] keywords = ["mongodb", "pandas", "sql", "data", "dataviz", "pipeline", "query", "builder"]