Skip to content

chore(release): 0.1.7 - #16

Merged
almogch merged 1 commit into
mainfrom
chore/release-0.1.7
Aug 27, 2026
Merged

chore(release): 0.1.7#16
almogch merged 1 commit into
mainfrom
chore/release-0.1.7

Conversation

@itamarga

Copy link
Copy Markdown
Collaborator

Bumps pyjsclear.__version__ to 0.1.7.

Why

PR #15 merged the linear esprima2 string/template scan fix but did not bump the version. pyproject.toml derives the distribution version from the attribute:

dynamic = ["version"]
version = {attr = "pyjsclear.__version__"}

So the 0.1.7 git tag still carried __version__ = '0.1.6', a build from it was labeled 0.1.6 (colliding with the existing release), and no installable 0.1.7 could be published to the index.

After merge

Re-point the 0.1.7 tag to this commit, then build + publish so an installable 0.1.7 lands on the index. static-extraction can then pin pyjsclear==0.1.7 and drop its interim esprima monkeypatch.

🤖 Generated with Claude Code

Bump __version__ to 0.1.7 so the release carries a distinct version. PR #15
(the linear esprima2 string/template scan fix) merged the code but did not
bump __init__.__version__, which pyproject derives the dist version from
(version = {attr = "pyjsclear.__version__"}) — so builds from the 0.1.7 tag
were still labeled 0.1.6 and no installable 0.1.7 could be published.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@almogch
almogch merged commit 7276fe4 into main Aug 27, 2026
11 checks passed
@almogch
almogch deleted the chore/release-0.1.7 branch August 27, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants