Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstvz committed Nov 13, 2024
1 parent a524eff commit e3a1bca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion snowfakery/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.93.0"
__version__ = "4.0.0"

0 comments on commit e3a1bca

Please sign in to comment.