Skip to content

Commit

Permalink
minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Aug 7, 2023
1 parent e85a510 commit 3f57b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Version 1.5.0 (Aug 7, 2023)
* Added a low-level abstraction around :cpp:func:`nb::type_get_slot()
<type_get_slot>` around ``PyType_GetSlot``, but with more consistent behavior
across Python versions. (commit `d555e9
https://github.com/wjakob/nanobind/commit/d555e9de1c45394f5be5d62dc999c603d651c8c4`__).
<https://github.com/wjakob/nanobind/commit/d555e9de1c45394f5be5d62dc999c603d651c8c4>`__).
* The :cpp:func:`nb::list::append() <list::append>` method now performs perfect
forwarding. (commit `2219d0
<https://github.com/wjakob/nanobind/commit/2219d0b0fec5e6cc4fce96bc3dbad6bfa148a57d>`__).
Expand Down
2 changes: 1 addition & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ How to make a new release?

7. Run ``python setup.py bdist_wheel``

8. Upload: ``twine upload <filename>``
8. Upload: ``twine upload --repository nanobind <filename>``

0 comments on commit 3f57b04

Please sign in to comment.