We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075cdae commit 98aa242Copy full SHA for 98aa242
Project.toml
@@ -1,7 +1,7 @@
1
name = "PythonCall"
2
uuid = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
3
authors = ["Christopher Doris <github.com/cjdoris>"]
4
-version = "0.9.5"
+version = "0.9.6-DEV"
5
6
[deps]
7
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
docs/src/releasenotes.md
@@ -1,5 +1,8 @@
# Release Notes
+## Unreleased
+* Bug fixes.
+
## 0.9.5 (2022-08-19)
* Adds `PythonCall.GC.disable()` and `PythonCall.GC.enable()`.
8
* Experimental new function `juliacall.interactive()` allows the Julia async event loop to
0 commit comments