Skip to content

Commit 78ce629

Browse files
committed
Bump version numbers to 4.13 and regenerate site.
1 parent 081eb5d commit 78ce629

File tree

45 files changed

+39
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+39
-177
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ even your browser.
2424
[openssf]: https://bestpractices.coreinfrastructure.org/projects/7182
2525
[PyCharm downloads]: https://img.shields.io/jetbrains/plugin/d/9742?label=PyCharm%20%E2%86%93
2626
[pycharm plugin]: https://plugins.jetbrains.com/plugin/9742
27-
[Emacs downloads]: https://img.shields.io/badge/Emacs%20%E2%86%93-432k-brightgreen
27+
[Emacs downloads]: https://img.shields.io/badge/Emacs%20%E2%86%93-459k-brightgreen
2828
[emacs plugin]: https://melpa.org/#/live-py-mode
2929
[Sublime downloads]: https://img.shields.io/packagecontrol/dt/Live%20Coding%20in%20Python?label=Sublime%20%E2%86%93
3030
[sublime plugin]: https://packagecontrol.io/packages/Live%20Coding%20in%20Python

contributing-browser-full.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ storage space than the browser tutorial environment on GitHub's codespaces.
3636
tox
3737

3838
Not all versions of Python are installed by default, so you can run the tests
39-
in Python 3.10 with `tox -e py310`. You can install a missing Python version
39+
in Python 3.12 with `tox -e py312`. You can install a missing Python version
4040
with this:
4141

4242
sudo apt update

contributing-space-tracer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ doesn't require any special development tools, beyond Python and the
88
### Deploying a new release of Space Tracer
99
The details are at [packaging.python.org], but the main steps are:
1010

11-
1. Update the version number in `about.py` and development status in `setup.py`.
11+
1. Update the version number in `about.py` and development status in
12+
`pyproject.toml`.
1213
2. Activate the latest Python's virtual environment.
1314

1415
source .tox/py39/bin/activate

docs/_includes/head-scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
window.liveCodingExtraFiles = "{{ page.files }}";
1212
</script>
1313
{% endif %}
14-
<script defer="defer" src="{{ 'demo/static/js/main.a461af20.js' | relative_url }}"></script><link href="{{ 'demo/static/css/main.2915c2e0.css' | relative_url }}" rel="stylesheet">
14+
<script defer="defer" src="{{ 'demo/static/js/main.9a2d5c01.js' | relative_url }}"></script><link href="{{ 'demo/static/css/main.2915c2e0.css' | relative_url }}" rel="stylesheet">
1515
{% endif %}

docs/demo/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.2915c2e0.css",
4-
"main.js": "./static/js/main.a461af20.js",
4+
"main.js": "./static/js/main.9a2d5c01.js",
55
"static/js/584.a38318a1.chunk.js": "./static/js/584.a38318a1.chunk.js",
66
"index.html": "./index.html",
77
"main.2915c2e0.css.map": "./static/css/main.2915c2e0.css.map",
8-
"main.a461af20.js.map": "./static/js/main.a461af20.js.map",
8+
"main.9a2d5c01.js.map": "./static/js/main.9a2d5c01.js.map",
99
"584.a38318a1.chunk.js.map": "./static/js/584.a38318a1.chunk.js.map"
1010
},
1111
"entrypoints": [
1212
"static/css/main.2915c2e0.css",
13-
"static/js/main.a461af20.js"
13+
"static/js/main.9a2d5c01.js"
1414
]
1515
}
Binary file not shown.
0 Bytes
Binary file not shown.
-1.02 MB
Binary file not shown.
1.04 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)