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 3df578c commit 4215ab3Copy full SHA for 4215ab3
python/rpdk/typescript/__init__.py
@@ -1,5 +1,5 @@
1
import logging
2
3
-__version__ = "0.3.2"
+__version__ = "0.3.3"
4
5
logging.getLogger(__name__).addHandler(logging.NullHandler())
python/rpdk/typescript/codegen.py
@@ -17,7 +17,7 @@
17
18
EXECUTABLE = "cfn"
19
SUPPORT_LIB_NAME = "cfn-rpdk"
20
-SUPPORT_LIB_VERSION = "0.3.2"
+SUPPORT_LIB_VERSION = "0.3.3"
21
MAIN_HANDLER_FUNCTION = "TypeFunction"
22
REPO_URL = "https://github.com/eduardomourar/cloudformation-cli-typescript-plugin"
23
REPO_RELEASE_SUFFIX = f"v{SUPPORT_LIB_VERSION}/cfn-rpdk-{SUPPORT_LIB_VERSION}.tgz"
0 commit comments