We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 896f130 + c339158 commit e4e947fCopy full SHA for e4e947f
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# Changelog
2
-## v1.6.1 11/26/24
+## v1.6.2 12/2/24
3
- Add record_num capability to patron_data_helper
4
5
+## v1.6.1 11/26/24
6
+- Accidental duplicate of v1.6.0
7
+
8
## v1.6.0 11/20/24
9
- Added patron_data_helper functions
10
- Use executemany instead of execute when appropriate in PostgreSQLClient
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "nypl_py_utils"
-version = "1.6.1"
+version = "1.6.2"
authors = [
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
]
0 commit comments