Skip to content

Commit 5833b25

Browse files
committed
chore(release): 3.0.0-beta.11
1 parent fe314ca commit 5833b25

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.0.0-beta.11
2+
### Feature
3+
* **security:** Add ClamAV integration ([`fe314ca`](https://github.com/projectcaluma/alexandria/commit/fe314ca80433de1c866c40fa8673cbb7eee90a80))
4+
15
# 3.0.0-beta.10
26
### Feature
37
* **file:** Add method to generate a download url for a file ([`d28664e`](https://github.com/projectcaluma/alexandria/commit/d28664e82ed0253ca3cffad6a8d6d53af95e89a2))

pyproject.toml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "caluma-alexandria"
3-
version = "3.0.0-beta.10"
3+
version = "3.0.0-beta.11"
44
description = "Document management service"
55
repository = "https://github.com/projectcaluma/alexandria"
66
authors = ["Caluma <info@caluma.io>"]
@@ -107,7 +107,13 @@ exclude_lines = [
107107
"def __unicode__",
108108
"def __repr__",
109109
]
110-
omit = ["*/migrations/*", "*/apps.py", "manage.py", "alexandria/wsgi.py", "generate_missing_thumbnails.py"]
110+
omit = [
111+
"*/migrations/*",
112+
"*/apps.py",
113+
"manage.py",
114+
"alexandria/wsgi.py",
115+
"generate_missing_thumbnails.py",
116+
]
111117
show_missing = true
112118

113119
[build-system]

0 commit comments

Comments
 (0)