Skip to content

Commit 806c3b5

Browse files
committed
bumping doc version to 1.2.1 prior to release
1 parent 3eb2e2a commit 806c3b5

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

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.2.0'
26+
release = '1.2.1'
2727

2828
master_doc = 'index'
2929

docs/new_features.rst

+7-8
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ 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-
The latest release is 1.2.0, released on January 31, 2021. Here is the `stable documentation
11+
The latest release is 1.2.1, released on February 9, 2021. Here is the `stable documentation
1212
<https://hacs-pyscript.readthedocs.io/en/stable>`__ for that release.
1313

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

18-
If you want to see development progress since 1.2.0, see
18+
If you want to see development progress since 1.2.1, see
1919
`new features <https://hacs-pyscript.readthedocs.io/en/latest/new_features.html>`__
2020
in the latest documentation.
2121

22-
Planned new features post 1.2.0 include:
22+
Planned new features post 1.2.1 include:
2323

2424
- Consider supporting the built-in functions that do I/O, such as ``open``, ``read`` and ``write``, which
2525
are not currently supported to avoid I/O in the main event loop, and also to avoid security issues if people
@@ -28,15 +28,14 @@ Planned new features post 1.2.0 include:
2828
enabled when ``allow_all_imports`` is set.
2929
- Consider adding an option argument to ``@pyscript_compile`` that wraps the function with ``task.executor``.
3030

31-
The new features since 1.2.0 in master include:
31+
The new features since 1.2.1 in master include:
3232

33-
- ``lambda`` functions are compiled so they behave like regular python lambda functions. Previously they were
34-
async, which meant they didn't work when called by functions like `filter` or `map`.
33+
- None yet.
3534

36-
Breaking changes since 1.2.0 include:
35+
Breaking changes since 1.2.1 include:
3736

3837
- None yet.
3938

40-
Bug fixes since 1.2.0 include:
39+
Bug fixes since 1.2.1 include:
4140

4241
- None yet.

0 commit comments

Comments
 (0)