From e3a1bcaa7c158806708a9f04df95867117392ad9 Mon Sep 17 00:00:00 2001 From: James Estevez Date: Mon, 11 Nov 2024 19:44:25 -0800 Subject: [PATCH] Release v4.0.0 --- .github/workflows/release.yml | 2 +- HISTORY.md | 4 ++++ snowfakery/__about__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30c1b808..d80a6f66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - VERSION="$(hatch version)" + VERSION="$(uv tool run hatch version)" gh release create "v$VERSION" \ dist/*.whl \ dist/*.tar.gz \ diff --git a/HISTORY.md b/HISTORY.md index 95c367b3..14ba5c1a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,10 @@ In the beginning, programmers created the databases. Now the databases were form And so [Salesforce.org](http://salesforce.org/) said “Let there be data,” and there was Snowfakery. And it was good. +## Snowfakery 4.0.0 + +Drop support for Python versions 3.8, 3.9, and 3.10 (#1091) + ## Snowfakery 3.6.3 Update dependencies. diff --git a/snowfakery/__about__.py b/snowfakery/__about__.py index 2eb95d97..ce1305bf 100644 --- a/snowfakery/__about__.py +++ b/snowfakery/__about__.py @@ -1 +1 @@ -__version__ = "3.93.0" +__version__ = "4.0.0"