We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36b13e commit 3bb1401Copy full SHA for 3bb1401
2 files changed
docs/change-logs.rst
@@ -45,7 +45,7 @@ Incompatible issues
45
doesn't work. If the new version has been released in PyPi, please remove the
46
dev version, install the stable version from PyPi.
47
48
-7.3.5
+7.3.6
49
-----
50
* Refine register function.
51
* In Darwin support option `--platform darwin.aarch64,darwin.x86_64` to create
src/config.py
@@ -1,6 +1,6 @@
1
from sys import platform
2
3
-version = '7.3.5'
+version = '7.3.6'
4
5
# The corresponding version of pytransform.so
6
core_version = 'r48.2a'
0 commit comments