@@ -118,8 +118,8 @@ module, and a `<link>` to some PyScript specific CSS, in the document's
118118 <meta charset =" utf-8" />
119119 <meta name =" viewport" content =" width=device-width,initial-scale=1" />
120120 <title >🦜 Polyglot - Piratical PyScript</title >
121- <link rel =" stylesheet" href =" https://pyscript.net/releases/2026.1 .1/core.css" >
122- <script type =" module" src =" https://pyscript.net/releases/2026.1 .1/core.js" ></script >
121+ <link rel =" stylesheet" href =" https://pyscript.net/releases/2026.2 .1/core.css" >
122+ <script type =" module" src =" https://pyscript.net/releases/2026.2 .1/core.js" ></script >
123123 </head >
124124 <body >
125125
@@ -165,8 +165,8 @@ In the end, our HTML should look like this:
165165 <meta charset =" utf-8" />
166166 <meta name =" viewport" content =" width=device-width,initial-scale=1" />
167167 <title >🦜 Polyglot - Piratical PyScript</title >
168- <link rel =" stylesheet" href =" https://pyscript.net/releases/2026.1 .1/core.css" >
169- <script type =" module" src =" https://pyscript.net/releases/2026.1 .1/core.js" ></script >
168+ <link rel =" stylesheet" href =" https://pyscript.net/releases/2026.2 .1/core.css" >
169+ <script type =" module" src =" https://pyscript.net/releases/2026.2 .1/core.js" ></script >
170170 </head >
171171 <body >
172172 <h1 >Polyglot 🦜 💬 🇬🇧 ➡️ 🏴☠️</h1 >
@@ -308,7 +308,7 @@ To run PyScript offline, without the need of a CDN or internet connection, read
308308the [ offline guide] ( user-guide/offline.md ) section of the user guide.
309309
310310We also provide an ` offline.zip ` file with
311- [ each release] ( https://pyscript.net/releases/2026.1 .1/ ) . This file contains
311+ [ each release] ( https://pyscript.net/releases/2026.2 .1/ ) . This file contains
312312everything you need for an offline version of PyScript: PyScript itself,
313313versions of Pyodide and MicroPython, and an index.html page from which you
314314could create your offline-first PyScript work.
0 commit comments