-
Notifications
You must be signed in to change notification settings - Fork 511
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9be6e69
commit 8ed4e28
Showing
14 changed files
with
1,726 additions
and
1,627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ You can choose the latest stable release : | |
|
||
```html | ||
<script type="text/javascript" | ||
src="https://cdn.jsdelivr.net/npm/[email protected].1/brython.min.js"> | ||
src="https://cdn.jsdelivr.net/npm/[email protected].2/brython.min.js"> | ||
</script> | ||
``` | ||
|
||
|
@@ -72,7 +72,7 @@ with the [available stdlib](https://github.com/brython-dev/brython/tree/master/w | |
|
||
```html | ||
<script type="text/javascript" | ||
src="https://cdn.jsdelivr.net/npm/[email protected].1/brython_stdlib.js"> | ||
src="https://cdn.jsdelivr.net/npm/[email protected].2/brython_stdlib.js"> | ||
</script> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '3.12.1' | ||
__version__ = '3.12.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
import argparse | ||
import pathlib | ||
|
||
implementation = "3.12.1" | ||
implementation = "3.12.2" | ||
|
||
|
||
def main(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "brython" | ||
version = "3.12.1" | ||
version = "3.12.2" | ||
authors = [ | ||
{ name="Pierre Quentel", email="[email protected]" }, | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ Brython scripts from a CDN: | |
``` | ||
|
||
The minor version can be specified with `[email protected]` and the micro version | ||
with `[email protected].1`. | ||
with `[email protected].2`. | ||
|
||
Brython is also available with cdnjs: | ||
|
||
```xml | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.12.1/brython.min.js"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.12.2/brython.min.js"> | ||
</script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.12.1/brython_stdlib.min.js"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.12.2/brython_stdlib.min.js"> | ||
</script> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ d'inclure les scripts Brython dans la page HTML depuis un CDN. | |
``` | ||
|
||
On peut aussi préciser la version mineure avec `[email protected]` et la version | ||
micro avec `[email protected].1`. | ||
micro avec `[email protected].2`. | ||
|
||
Brython est également disponible sur cdnjs: | ||
|
||
```xml | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.12.1/brython.min.js"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.12.2/brython.min.js"> | ||
</script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.12.1/brython_stdlib.min.js"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.12.2/brython_stdlib.min.js"> | ||
</script> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.