jenkins-bot submitted this change.
[10.4.0] Publish Pywikibot 10.4
Change-Id: I72a2368e861f441783fb5517f82ba3ddf0c87881
---
M pywikibot/__metadata__.py
M scripts/pyproject.toml
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 663b66e..8481806 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -12,6 +12,6 @@
from time import strftime
-__version__ = '10.4.0.dev2'
+__version__ = '10.4.0'
__url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
__copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml
index ea677d3..538369b 100644
--- a/scripts/pyproject.toml
+++ b/scripts/pyproject.toml
@@ -19,7 +19,7 @@
readme = "scripts/README.rst"
requires-python = ">=3.8.0"
dependencies = [
- "pywikibot >= 10.2.0",
+ "pywikibot >= 10.4.0",
"isbnlib",
"langdetect",
"mwparserfromhell",
To view, visit change 1183230. To unsubscribe, or for help writing mail filters, visit settings.