From 4947327c429a546b6ad406970987c532ac018ad1 Mon Sep 17 00:00:00 2001 From: Logan <logan.markewich@live.com> Date: Thu, 7 Mar 2024 12:53:55 -0600 Subject: [PATCH] template + bump (#11728) --- .github/pull_request_template.md | 11 +++++++++-- .../llama-index-vector-stores-milvus/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0a6e85c85e..fc19ed43ab 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,13 @@ Please include a summary of the change and which issue is fixed. Please also inc Fixes # (issue) +## Version Bump? + +Did I bump the version in the `pyproject.toml` file of the package I am updating? (Except for the `llama-index-core` package) + +- [ ] Yes +- [ ] No + ## Type of Change Please delete options that are not relevant. @@ -13,7 +20,7 @@ Please delete options that are not relevant. - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update -# How Has This Been Tested? +## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration @@ -21,7 +28,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi - [ ] Added new notebook (that tests end-to-end) - [ ] I stared at the code and made sure it makes sense -# Suggested Checklist: +## Suggested Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-milvus/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-milvus/pyproject.toml index 24990a5cff..0485e68826 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-milvus/pyproject.toml +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-milvus/pyproject.toml @@ -27,7 +27,7 @@ exclude = ["**/BUILD"] license = "MIT" name = "llama-index-vector-stores-milvus" readme = "README.md" -version = "0.1.4" +version = "0.1.5" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -- GitLab