Skip to content

Commit a260270

Browse files
committed
upgrades pymediawikidocker
1 parent 6d2d97d commit a260270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

profiwiki/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Version(object):
1616
description = """BITPlan's professional Semantic Mediawiki"""
1717
version = profiwiki.__version__
1818
date = "2023-04-01"
19-
updated = "2025-08-27"
19+
updated = "2025-09-04"
2020
authors = "Wolfgang Fahl"
2121
doc_url = "https://wiki.bitplan.com/index.php/ProfiWiki"
2222
chat_url = "https://github.com/BITPlan/ProfiWiki/discussions"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
# Python base module kit: YAML/JSON I/O, structured logging, CLI tooling, shell execution, and remote pydevd debug support.
2020
"pybasemkit>=0.1.1",
2121
#https://pypi.org/project/pymediawikidocker/
22-
"pymediawikidocker>=0.21.0",
22+
"pymediawikidocker>=0.21.1",
2323
# https://pypi.org/project/py-3rdparty-mediawiki/
2424
"py-3rdparty-mediawiki>=0.17.0"
2525
]

0 commit comments

Comments
 (0)