Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Feb 20, 2024
1 parent f9ad0ce commit 1699c9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Development
***********

0.5.0 (2024-02-20)
******************

- support Python 3.12
- replace `^` by `>=` in dependency specifications

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bquest"
version = "0.4.1"
version = "0.5.0"
description = "Effortlessly validate and test your Google BigQuery queries with the power of pandas DataFrames in Python."
authors = ["Otto Group data.works GmbH"]
license = "Apache Software License"
Expand Down Expand Up @@ -127,7 +127,6 @@ lint = [
format = [
{ cmd = "ruff format bquest tests" },
{ cmd = "ruff check --fix bquest tests" },

]

type = "mypy --ignore-missing-imports --strict bquest"
Expand Down

0 comments on commit 1699c9b

Please sign in to comment.