Skip to content

Commit

Permalink
Merge pull request #700 from aarhusstadsarkiv/dev-matca
Browse files Browse the repository at this point in the history
v3.2.2
  • Loading branch information
clausjuhl authored Aug 21, 2024
2 parents ea791a3 + 107c2bd commit f90a1e4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion digiarch/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.1"
__version__ = "3.2.2"
2 changes: 2 additions & 0 deletions digiarch/identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ def identify_file(
if parent:
file.parent = parent

file.processed = False

if update:
database.files.update(file, {"uuid": file.uuid})
else:
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "digiarch"
version = "3.2.1"
version = "3.2.2"
description = "Tools for the Digital Archive Project at Aarhus Stadsarkiv"
authors = ["Aryan Muhammadi Landi <[email protected]>", "Nina Jensen <[email protected]>", "Aarhus Stadsarkiv <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -13,7 +13,7 @@ include = ["pyproject.toml"]
[tool.poetry.dependencies]
python = "^3.11"
acacore = {git = "https://github.com/aarhusstadsarkiv/acacore.git", tag = "v3.0.4"}
patool = "^2.3.0"
patool = "^2.4.0"
tnefparse = "^1.4.0"
extract-msg = "^0.48.7"
chardet = "^5.2.0"
Expand Down

0 comments on commit f90a1e4

Please sign in to comment.