Skip to content

Commit

Permalink
Merge pull request #675
Browse files Browse the repository at this point in the history
Version 1.0.7
  • Loading branch information
MatteoCampinoti94 authored Dec 1, 2023
2 parents e08fafb + 219f85e commit b5babd4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion digiarch/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.6"
__version__ = "1.0.7"
2 changes: 1 addition & 1 deletion digiarch/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def app_identify(
"file:identify:error",
file.uuid,
repr(identify_error.exception),
"".join(format_tb(exception.traceback)) if exception.traceback else None,
"".join(format_tb(identify_error.traceback)) if identify_error.traceback else None,
),
)

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 = "1.0.6"
version = "1.0.7"
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 @@ -12,7 +12,7 @@ include = ["pyproject.toml"]

[tool.poetry.dependencies]
python = "^3.9"
acacore = {git = "https://github.com/aarhusstadsarkiv/acacore.git", tag = "v1.1.3"}
acacore = {git = "https://github.com/aarhusstadsarkiv/acacore.git", tag = "v1.1.4"}

[tool.poetry.group.dev.dependencies]
pytest = "^7.0"
Expand Down
Binary file modified tests/files/_metadata/files.db
Binary file not shown.

0 comments on commit b5babd4

Please sign in to comment.