From 5f7943c23b3c95f152ec9245dbf34384381c82f1 Mon Sep 17 00:00:00 2001 From: Benjamin Morris Date: Thu, 18 Jan 2024 13:00:05 -0800 Subject: [PATCH] 0.3.6 version bump --- pyproject.toml | 2 +- rdklib/__init__.py | 2 +- template.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6cd0364..f26cfa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ # or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. [tool.poetry] name = "rdklib" -version = "0.3.5" +version = "0.3.6" description = "Rule Development Kit Library for AWS Config" authors = [ "AWS RDK Maintainers ", diff --git a/rdklib/__init__.py b/rdklib/__init__.py index 53867f6..17179c0 100644 --- a/rdklib/__init__.py +++ b/rdklib/__init__.py @@ -6,7 +6,7 @@ # # or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -MY_VERSION = "0.3.5" +MY_VERSION = "0.3.6" from .configrule import ConfigRule, MissingTriggerHandlerError from .evaluator import Evaluator diff --git a/template.yaml b/template.yaml index b8366b4..9da15fb 100644 --- a/template.yaml +++ b/template.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ["stable"] HomePageUrl: https://github.com/awslabs/aws-config-rdklib - SemanticVersion: 0.3.5 + SemanticVersion: 0.3.6 SourceCodeUrl: https://github.com/awslabs/aws-config-rdklib Description: >