From a7ae77b4c05675b0c551561ef3a6e5ff0461dbd3 Mon Sep 17 00:00:00 2001 From: Roberto T Date: Thu, 25 Jul 2024 11:56:07 -0600 Subject: [PATCH] Bumping Up Version Bumping up version for matching the version in dynamopackages.com --- DSIronPython/pkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSIronPython/pkg.json b/DSIronPython/pkg.json index 3fc5c9b..581b146 100644 --- a/DSIronPython/pkg.json +++ b/DSIronPython/pkg.json @@ -2,7 +2,7 @@ "license": "", "file_hash": null, "name": "DynamoIronPython2.7", - "version": "3.1.1", + "version": "3.2.1", "description": "*** This is the official version of the IronPython Extension which will load the IronPython2 evaluation engine for Dynamo. Due to Dynamo's framework update from .NET4.8 to .NET8.0, IronPython2 is NOT officially supported for Dynamo versions 3.0 and above *** \r\n\r\nIf you see the following warning 'The configured Python engine could not be found' when you try to run a Python Script node which is set to use IronPython2, the host application for Dynamo (Such as Revit or Civil 3d) will have chosen to exclude IronPython2 as default installed content and you will need to download this extension in order to enable IronPython2 again.\r\n\r\nYou have the ability to either download this IronPython2 Extension or use the alternative out-of-the-box CPython3 engine and migrate your legacy IronPython2 code to CPython3. While there are differences in language the Python basis is the same and we have provided a Migration Assistant to help you migrate your code to Python3.", "group": "", "keywords": [ "python", "ironpython" ],