Skip to content

Commit 35e9576

Browse files
author
Chiara Rasi
committed
Minor release 4.7
1 parent caad8a4 commit 35e9576

4 files changed

Lines changed: 1200 additions & 627 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## [unpublished]
1+
## [4.7] - 2026-05-28
22
### Added
33
- `email`, `additionalContacts` and `roles` in API reference json schema (#380 and #384)
44
- Allow assigning contact `roles` using the cli (#383)
55
### Changed
66
- Updated versions of external actions and MongoDB in GitHub workflows (#374)
77
- Allow updating contact's email and href separately using the command line (#381)
8-
- Conftest file to reflect a patient's contact with email, roles and additionalContacts (#383)
8+
- conftest file to reflect a patient's contact with email, roles and additionalContacts (#383)
99
- Refactored endpoints tests to avoid duplicated code (#388)
1010
### Fixed
1111
- Fixed typo on conda installation docs (#373)

patientMatcher/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.6.1"
1+
__version__ = "4.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "patientmatcher"
3-
version = "4.6.1"
3+
version = "4.7.0"
44
description = "patientMatcher - a Python and MongoDB-based MatchMaker Exchange server"
55
authors = [
66
{ name = "Chiara Rasi (northwestwitch)" }

0 commit comments

Comments
 (0)