Skip to content

Commit

Permalink
bump to 0.1.6 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Dec 21, 2024
1 parent 21bc59d commit 1437843
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<details>
<summary>Unreleased</summary>

## 0.1.6

> TBD
</details>
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deathbeds/urljsf",
"version": "0.1.5",
"version": "0.1.6",
"description": "Build structured data files for pull requests with JSON schema",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ py-static-- = """rm -rf src/urljsf/_static/
platform-- = '''mkdir -p build
&& python -c 'import platform; u = platform.uname(); print(f"{u.system}-{u.machine}".lower())'
> build/platform.txt'''
pip-- = """rm -rf build/pip-freeze/$PIXI_ENVIORNMENT_NAME.txt
pip-- = """rm -rf build/pip-freeze/$PIXI_ENVIRONMENT_NAME.txt
&& python -m pip install
-vv
--no-deps
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["flit-core >=3.9.0,<4.0.0"]

[project]
name = "urljsf"
version = "0.1.5"
version = "0.1.6"
description = "Build declarative, interactive HTML forms with JSON Schema"
readme = "README.md"
authors = [{name = "urljsf contributors"}]
Expand Down

0 comments on commit 1437843

Please sign in to comment.