diff --git a/docs/beginning-pyscript.md b/docs/beginning-pyscript.md index 27bf9195..ba3996c1 100644 --- a/docs/beginning-pyscript.md +++ b/docs/beginning-pyscript.md @@ -118,8 +118,8 @@ module, and a `` to some PyScript specific CSS, in the document's 🦜 Polyglot - Piratical PyScript - - + + @@ -165,8 +165,8 @@ In the end, our HTML should look like this: 🦜 Polyglot - Piratical PyScript - - + +

Polyglot 🦜 💬 🇬🇧 ➡️ 🏴‍☠️

@@ -308,7 +308,7 @@ To run PyScript offline, without the need of a CDN or internet connection, read the [offline guide](user-guide/offline.md) section of the user guide. We also provide an `offline.zip` file with -[each release](https://pyscript.net/releases/2026.6.2/). This file contains +[each release](https://pyscript.net/releases/2026.7.1/). This file contains everything you need for an offline version of PyScript: PyScript itself, versions of Pyodide and MicroPython, and an index.html page from which you could create your offline-first PyScript work. diff --git a/docs/developers.md b/docs/developers.md index 282c3b1a..15990892 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -327,7 +327,7 @@ actual calver of the release you are cutting. 1. A new latest release listed on GitHub, containing the description and related assets. For example: [https://github.com/pyscript/pyscript/releases/tag/2026.6.1](https://github.com/pyscript/pyscript/releases/tag/2026.6.1). 2. A page describing the release at `pyscript.net/releases/`. For - example: [https://pyscript.net/releases/2026.6.1/](https://pyscript.net/releases/2026.6.1/). + example: [https://pyscript.net/releases/2026.7.1/](https://pyscript.net/releases/2026.7.1/). You're not done yet. Now the release exists in GitHub, further changes to related repositories need to be made. @@ -396,7 +396,7 @@ to reference the new latest version. ### 5. Announce the release **Verify first:** visit the new release's page on pyscript.net (for example, -[https://pyscript.net/releases/2026.6.1/](https://pyscript.net/releases/2026.6.1/)) +[https://pyscript.net/releases/2026.7.1/](https://pyscript.net/releases/2026.7.1/)) and ensure the "Home", "Docs", "Code" and "Changes" links all point to the pages and assets you've just updated. @@ -405,7 +405,7 @@ Now all the pieces are in place, visit the channel on the PyScript Discord server, and post a message along the lines of: > @here we have a new release of PyScript! All the details can be found here: -> https://pyscript.net/releases/2026.6.1/ As always, feedback welcome. 🎉 +> https://pyscript.net/releases/2026.7.1/ As always, feedback welcome. 🎉 Remember to substitute the actual new calver, not the `2026.6.1` used in these examples. diff --git a/docs/example-apps/bouncing-ball/index.html b/docs/example-apps/bouncing-ball/index.html index f537cf0d..5ed8d725 100644 --- a/docs/example-apps/bouncing-ball/index.html +++ b/docs/example-apps/bouncing-ball/index.html @@ -4,8 +4,8 @@ PyGame-CE Bouncing Ball - - + +