Merge pull request #928 from PyO3/davidhewitt-patch-1

Fix changelog typo
This commit is contained in:
Yuji Kanagawa 2020-05-15 17:45:03 +09:00 committed by GitHub
commit da7a8fa2d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [0.10.0] - 2020-05-14
## [0.10.1] - 2020-05-14
### Fixed
- Fix deadlock in `Python::acquire_gil()` after dropping a `PyObject` or `Py<T>`. [#924](https://github.com/PyO3/pyo3/pull/924)