Skip to content

Commit

Permalink
bumping doc version to 1.2.1 prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Feb 9, 2021
1 parent 3eb2e2a commit 806c3b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Craig Barratt'

# The full version, including alpha/beta/rc tags
release = '1.2.0'
release = '1.2.1'

master_doc = 'index'

Expand Down
15 changes: 7 additions & 8 deletions docs/new_features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ You can also install the master (head of tree) version from GitHub, either using
Because pyscript has quite a few unit tests, generally the master version should work ok. But it's not
guaranteed to work at any random time, and newly-added features might change.

The latest release is 1.2.0, released on January 31, 2021. Here is the `stable documentation
The latest release is 1.2.1, released on February 9, 2021. Here is the `stable documentation
<https://hacs-pyscript.readthedocs.io/en/stable>`__ for that release.

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

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

Planned new features post 1.2.0 include:
Planned new features post 1.2.1 include:

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

The new features since 1.2.0 in master include:
The new features since 1.2.1 in master include:

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

Breaking changes since 1.2.0 include:
Breaking changes since 1.2.1 include:

- None yet.

Bug fixes since 1.2.0 include:
Bug fixes since 1.2.1 include:

- None yet.

0 comments on commit 806c3b5

Please sign in to comment.