Skip to content

Commit 96db1e6

Browse files
committed
Merge branch 'qa' into production
2 parents 7a1642b + 3cfaa57 commit 96db1e6

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## v1.6.4 1/30/25
3+
- Update pyproject.toml to reflect CL changes (since omitted in last release)
4+
25
## v1.6.3 1/27/25
36
- Add capability to pull cloudLibrary events by the millisecond
47

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ This repo uses the [Main-QA-Production](https://github.com/NYPL/engineering-gene
100100
- Cut a feature branch off of `main`
101101
- Commit changes to your feature branch
102102
- File a pull request against `main` and assign a reviewer (who must be an owner)
103-
- Include relevant updates to pyproject.toml and README
103+
- Include relevant updates to pyproject.toml and README
104+
- If you're planning to cut a release, remember to update **project version** in pyproject.toml!
104105
- 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)
105106
- After the PR is accepted, merge into `main`
106107
- Merge `main` > `qa`

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nypl_py_utils"
7-
version = "1.6.2"
7+
version = "1.6.4"
88
authors = [
99
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
1010
]
@@ -93,4 +93,4 @@ addopts = "-ra -q"
9393
pythonpath = "src"
9494
testpaths = [
9595
"tests"
96-
]
96+
]

0 commit comments

Comments
 (0)