From 1699c9b077f64278faa8705ac51b8d4a0ca472e3 Mon Sep 17 00:00:00 2001 From: Benjamin Gutzmann Date: Tue, 20 Feb 2024 19:17:53 +0100 Subject: [PATCH] Bump version to 0.5.0 --- CHANGELOG.rst | 3 +++ pyproject.toml | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d2e2663..19f8752 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,9 @@ Development *********** +0.5.0 (2024-02-20) +****************** + - support Python 3.12 - replace `^` by `>=` in dependency specifications diff --git a/pyproject.toml b/pyproject.toml index 2e73657..455f2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -127,7 +127,6 @@ lint = [ format = [ { cmd = "ruff format bquest tests" }, { cmd = "ruff check --fix bquest tests" }, - ] type = "mypy --ignore-missing-imports --strict bquest"