We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fd5a5 commit 2080748Copy full SHA for 2080748
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "elinkapi"
7
-version = "0.3.3"
+version = "0.3.4"
8
authors = [
9
{ name="Jacob Samar", email="samarj@osti.gov" },
10
{ name="Neal Ensor", email="ensorn@osti.gov" }
src/elinkapi/record.py
@@ -136,7 +136,7 @@ class ProductType(Enum):
136
opn_document_categories: List[str] = None
137
opn_document_location: str = None
138
opn_fieldoffice_acronym_code: str = None
139
- other_information: list[str] = None
+ other_information: List[str] = None
140
ouo_release_date: datetime.date = None
141
pams_publication_status: int = None
142
pams_publication_status_other: str = None
0 commit comments