Skip to content

Commit

Permalink
Fix: model bug that i introduced (#203)
Browse files Browse the repository at this point in the history
* Fix(bug): added bug associated with validating emeritus and board positions

* Fix: update changelog
  • Loading branch information
lwasser authored Aug 1, 2024
1 parent cf47592 commit 50b1816
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## [Unreleased]

* Fix: emeritus and advisory roles default to false + bug fix (@lwasser, #200, #202)
* Fix: allow for issues with multiple labels & fix presubmission ingest (@lwasser)

## [v0.3.2] - 2024-07-04
Expand Down
1 change: 0 additions & 1 deletion src/pyosmeta/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class PersonModel(BaseModel, UrlValidatorMixin):
"emeritus_editor",
"editorial_board",
mode="before",
always=True,
)
def validate_bool_fields(cls, v: Any) -> bool:
if isinstance(v, bool):
Expand Down

0 comments on commit 50b1816

Please sign in to comment.