Skip to content

Commit

Permalink
chore(server): v0.35.5 (#1864)
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke authored Aug 17, 2023
1 parent f07725f commit 7981c80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog (weaverbird python package)

## Unreleased

## [0.35.5] - 2023-08-17

### Fixed

- `remove_void_conditions_from_mongo_steps` now preserves falsy values in queries, such as `None`, `{}` or `[]`
Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "weaverbird"
version = "0.35.4"
version = "0.35.5"
description = "A visual data pipeline builder with various backends"
authors = ["Toucan Toco <[email protected]>"]
keywords = ["mongodb", "pandas", "sql", "data", "dataviz", "pipeline", "query", "builder"]
Expand Down

0 comments on commit 7981c80

Please sign in to comment.