Skip to content

Commit ee6235b

Browse files
committed
bump release version to 1.6.3
1 parent 25416bd commit ee6235b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

custom_components/pyscript/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"issue_tracker": "https://github.com/custom-components/pyscript/issues",
1313
"requirements": ["croniter==6.0.0", "watchdog==6.0.0"],
1414
"ssdp": [],
15-
"version": "1.6.2",
15+
"version": "1.6.3",
1616
"zeroconf": []
1717
}

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'Craig Barratt'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '1.6.2'
26+
release = '1.6.3'
2727

2828
master_doc = 'index'
2929

docs/new_features.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ You can also install the master (head of tree) version from GitHub, either using
88
Because pyscript has quite a few unit tests, generally the master version should work ok. But it's not
99
guaranteed to work at any random time, and newly-added features might change.
1010

11-
This is 1.6.2, released on March 19, 2025. Here is the `documentation
12-
<https://hacs-pyscript.readthedocs.io/en/1.6.2>`__ for that release. Here is the
11+
This is 1.6.3, released on March 24, 2025. Here is the `documentation
12+
<https://hacs-pyscript.readthedocs.io/en/1.6.3>`__ for that release. Here is the
1313
`stable documentation <https://hacs-pyscript.readthedocs.io/en/stable>`__ for
1414
the latest release.
1515

1616
Over time, the master (head of tree) version in GitHub will include new features and bug fixes.
1717
Here is the `latest documentation <https://hacs-pyscript.readthedocs.io/en/latest>`__ if you want
1818
to see the development version of the documentation.
1919

20-
If you want to see development progress since 1.6.2, look at the
20+
If you want to see development progress since 1.6.3, look at the
2121
`GitHub repository <https://github.com/custom-components/pyscript>`__.

0 commit comments

Comments
 (0)