Skip to content

Commit e4e947f

Browse files
Merge pull request #41 from NYPL/update-version
Update version after accidental release
2 parents 896f130 + c339158 commit e4e947f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
2-
## v1.6.1 11/26/24
2+
## v1.6.2 12/2/24
33
- Add record_num capability to patron_data_helper
44

5+
## v1.6.1 11/26/24
6+
- Accidental duplicate of v1.6.0
7+
58
## v1.6.0 11/20/24
69
- Added patron_data_helper functions
710
- Use executemany instead of execute when appropriate in PostgreSQLClient

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1"
7+
version = "1.6.2"
88
authors = [
99
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
1010
]

0 commit comments

Comments
 (0)