From aa275303076943c9da7bdee28af1d9828d3b000c Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Fri, 17 Nov 2023 15:10:33 -0600 Subject: [PATCH 1/2] feat: automated pull requests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e2b1d5d..6d02cb24 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Detailed documentation for each endpoint is available here: [Documentation](./do This repo is referenced by multiple YouTube videos, including various tutorials about good coding practices and good code management. Of note: +- Automated Pull Requests: See the Github Actions tab of the GitHub Repository. Github Actions are triggered on pull requests to run any of several different kinds of technology-specific unit tests depending on the contents of the commits included in the PR. - [python-dotenv](https://pypi.org/project/python-dotenv/) for storing sensitive data for local development - [.gitignore](./.gitignore) ensures that no sensitive nor useless data accidentally gets pushed to GitHub. - [tox.ini](./tox.ini) file for configuring behaviors of Python testing tools From 0efc445bc2befc8f5bf185bfb98e030972fb1082 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 17 Nov 2023 21:11:41 +0000 Subject: [PATCH 2/2] chore: [gh] Update __version__.py to 0.6.0 [skip ci] --- api/terraform/python/layer_genai/openai_utils/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/terraform/python/layer_genai/openai_utils/__version__.py b/api/terraform/python/layer_genai/openai_utils/__version__.py index 72251527..ef7eb44d 100644 --- a/api/terraform/python/layer_genai/openai_utils/__version__.py +++ b/api/terraform/python/layer_genai/openai_utils/__version__.py @@ -1 +1 @@ -__version__ = "0.5.2" +__version__ = '0.6.0'