Skip to content

Commit

Permalink
Update pyproject version to 1.1.6 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 authored Jul 12, 2024
1 parent 4425132 commit 07927f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog
## v1.1.6 7/12/24
- Add put functionality to Oauth2 Client
- Update pyproject version

## v1.1.5 6/6/24
- Use executemany instead of execute when appropriate in RedshiftClient.execute_transaction
Expand Down
2 changes: 1 addition & 1 deletion 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.1.5"
version = "1.1.6"
authors = [
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
]
Expand Down

0 comments on commit 07927f5

Please sign in to comment.