Skip to content

Commit

Permalink
v5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 29, 2024
1 parent d3c6a5f commit e039301
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Install and build site
run: |
echo '!**/*.html' >> .gitignore
make docs
hatch run docs-build
- name: Publush to Github Pages
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion frictionless/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Version

VERSION = "5.16.1"
VERSION = "5.17.0"

# General

Expand Down
14 changes: 9 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,15 @@ dependencies = [
coverage = [
"sensible-browser coverage/index.html",
]
image = [
"docker build --rm -t frictionless-dev .",
]
docs = [
"livemark serve",
]
docs-build = [
"livemark build",
]
image = [
"docker build --rm -t frictionless-dev .",
]
format = [
"ruff check --fix",
"ruff format frictionless",
Expand Down Expand Up @@ -150,10 +153,11 @@ test = [
type = [
"pyright frictionless",
]
write = [
"livemark serve",
version = [
"hatch --no-color version"
]


[[tool.hatch.envs.ci.matrix]]
python = ["3.8", "3.9", "3.10", "3.11", "3.12"]

Expand Down

0 comments on commit e039301

Please sign in to comment.