1 parent 7a9dcfa commit f72a16dCopy full SHA for f72a16d
1 file changed
README.rst
@@ -14,6 +14,11 @@ provides a powerful application scripting tool for .NET developers. It
14
allows Python code to interact with the CLR, and may also be used to
15
embed Python into a .NET application.
16
17
+.. note::
18
+ The master branch of this repository tracks the ongoing development of version 3.0.
19
+ Backports of patches to 2.5 are tracked in the
20
+ `backports-2.5 branch <https://github.com/pythonnet/pythonnet/tree/backports-2.5>`_.
21
+
22
Calling .NET code from Python
23
-----------------------------
24
0 commit comments