Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Oct 21, 2018
1 parent 737612b commit 69d0d56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/rest_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
REST API
========

New in v0.13.0
.. versionadded:: 0.13.0

Quickstart
----------
Expand Down
2 changes: 1 addition & 1 deletion docs/threading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Threading

.. versionadded:: 0.13.0

While xlwings is not technically thread safe, it's still easy to use it in threads as long as you have at least v0.12.2
While xlwings is not technically thread safe, it's still easy to use it in threads as long as you have at least v0.13.0
and stick to a simple rule: Do not pass xlwings objects to threads. This rule isn't a requirement on macOS, but it's
still recommended if you want your programs to be cross-platform.

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_rest_api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def generate_get_endpoint(endpoint):
REST API
========
New in v0.13.0
.. versionadded:: 0.13.0
Quickstart
----------
Expand Down

0 comments on commit 69d0d56

Please sign in to comment.