We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ace816 commit 4f33e0dCopy full SHA for 4f33e0d
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [1.0.10] - TBD
+## [1.0.10] - 24.03.2026
4
- DOGlib 1.0.13 (pass upstream HTTP response code to output, `FetchResult.recognised: bool`)
5
- prevent from failing on unknown repository, instead condition rendering on new `FetchResult.recognised` field
6
- switchboard widget integration
pyproject.toml
@@ -31,7 +31,7 @@ homepage = ""
31
32
[tool.poetry.dependencies]
33
# CLARIN DOGlib
34
-doglib = { url = "https://github.com/clarin-eric/DOGlib/releases/download/1.0.13-a2/doglib-1.0.13a2-py3-none-any.whl" }
+doglib = { url = "https://github.com/clarin-eric/DOGlib/releases/download/1.0.13/doglib-1.0.13-py3-none-any.whl" }
35
# 3rd party
36
Django = '6.0.2'
37
django-cors-headers = '4.9.0'
0 commit comments