Skip to content

Commit

Permalink
Merge pull request #18 from aarhusstadsarkiv/dev-matca
Browse files Browse the repository at this point in the history
Version 1.0.2
  • Loading branch information
clausjuhl authored Nov 16, 2023
2 parents d83af84 + a95f3e8 commit 28b6e21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion acacore/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"
5 changes: 4 additions & 1 deletion acacore/models/reference_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ class ReplaceAction(BaseModel):
Attributes:
template (str): The replacement template.
template_text (Optional[str]): Optional. Text to use instead of the default template,
if template is set to "text".
"""

template: str
template: Literal["text", "empty", "password-protected", "corrupted", "not-preservable", "not-convertable"]
template_text: Optional[str] = None


class ManualAction(BaseModel):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "acacore"
version = "1.0.1"
version = "1.0.2"
description = ""
authors = ["Matteo Campinoti <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 28b6e21

Please sign in to comment.