Skip to content

Commit

Permalink
Merge pull request #43 from NYPL/fatimarahman-patch-1
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
fatimarahman authored Jan 30, 2025
2 parents 16c94a7 + 89bc3db commit 9886727
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "nypl_py_utils"
version = "1.6.2"
version = "1.6.4"
authors = [
{ name="Aaron Friedman", email="[email protected]" },
]
Expand Down Expand Up @@ -93,4 +93,4 @@ addopts = "-ra -q"
pythonpath = "src"
testpaths = [
"tests"
]
]

0 comments on commit 9886727

Please sign in to comment.