From 189712df07b968cb0d0e2b977602fa6086d58d83 Mon Sep 17 00:00:00 2001 From: Fatima Rahman <53092247+fatimarahman@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:02:54 -0500 Subject: [PATCH 1/3] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f68fcc..65cbfa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "nypl_py_utils" -version = "1.6.2" +version = "1.6.3" authors = [ { name="Aaron Friedman", email="aaronfriedman@nypl.org" }, ] @@ -93,4 +93,4 @@ addopts = "-ra -q" pythonpath = "src" testpaths = [ "tests" -] \ No newline at end of file +] From 82ec414482104f48d1b2a7b749d9021c9d00a3b3 Mon Sep 17 00:00:00 2001 From: fatimarahman Date: Thu, 30 Jan 2025 12:10:52 -0500 Subject: [PATCH 2/3] Updated release version --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd49b6b..06478d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## v1.6.4 1/30/25 +- Update pyproject.toml to reflect CL changes (since omitted in last release) + ## v1.6.3 1/27/25 - Add capability to pull cloudLibrary events by the millisecond diff --git a/pyproject.toml b/pyproject.toml index 65cbfa9..7444b81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "nypl_py_utils" -version = "1.6.3" +version = "1.6.4" authors = [ { name="Aaron Friedman", email="aaronfriedman@nypl.org" }, ] From 89bc3dbafccfd50ab2d09492adff6d6c2ad6dd82 Mon Sep 17 00:00:00 2001 From: fatimarahman Date: Thu, 30 Jan 2025 12:14:59 -0500 Subject: [PATCH 3/3] Added reminder in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ea85a0..b15e643 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,8 @@ This repo uses the [Main-QA-Production](https://github.com/NYPL/engineering-gene - Cut a feature branch off of `main` - Commit changes to your feature branch - File a pull request against `main` and assign a reviewer (who must be an owner) - - Include relevant updates to pyproject.toml and README + - Include relevant updates to pyproject.toml and README + - If you're planning to cut a release, remember to update **project version** in pyproject.toml! - In order for the PR to be accepted, it must pass all unit tests, have no lint issues, and update the CHANGELOG (or contain the `Skip-Changelog` label in GitHub) - After the PR is accepted, merge into `main` - Merge `main` > `qa`