Skip to content

Commit

Permalink
chore(server): v0.47.1 (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinov authored Sep 9, 2024
1 parent a2c765e commit 0c0c139
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [0.47.1] - 2024-09-06

### Fixed

- SQL: Custom SQL queries that ends with comments are wrapped correctly

## [0.47.0] - 2024-09-04

### Changed
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.47.0"
version = "0.47.1"
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 0c0c139

Please sign in to comment.