8000 PyEditor cumulative fixes & improvements (#2095) · Narnar-Codes/pyscript@a1e5a05 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1e5a05

Browse files
PyEditor cumulative fixes & improvements (pyscript#2095)
* PyEditor fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * PyEditor cumulative fixes & improvements --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f1a787e commit a1e5a05

File tree

5 files changed

+388
-85
lines changed

5 files changed

+388
-85
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ To try PyScript, import the appropriate pyscript files into the `<head>` tag of
3838
<head>
3939
<link
4040
rel="stylesheet"
41-
href="https://pyscript.net/releases/2024.5.2/core.css"
41+
href="https://pyscript.net/releases/2024.6.1/core.css"
4242
/>
4343
<script
4444
type="module"
45-
src="https://pyscript.net/releases/2024.5.2/core.js"
45+
src="https://pyscript.net/releases/2024.6.1/core.js"
4646
></script>
4747
</head>
4848
<body>

0 commit comments

Comments
 (0)
0