From 19f8dd6bc26cb9f65cf9a41744f76ac66f973284 Mon Sep 17 00:00:00 2001 From: yzqzss Date: Wed, 20 Sep 2023 03:14:13 +0800 Subject: [PATCH] bump 4.1.2 --- pyproject.toml | 2 +- wikiteam3/dumpgenerator/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 29c7690d..be6e0ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wikiteam3" -version = "4.1.1" +version = "4.1.2" description = "Tools for downloading and preserving MediaWikis. We archive MediaWikis, from Wikipedia to tiniest wikis." license = "GPL-3.0-or-later" # authors = ["WikiTeam Contributors"] # FIXME: it's not an valid author name diff --git a/wikiteam3/dumpgenerator/version.py b/wikiteam3/dumpgenerator/version.py index abe0319c..54ca7fda 100644 --- a/wikiteam3/dumpgenerator/version.py +++ b/wikiteam3/dumpgenerator/version.py @@ -1,4 +1,4 @@ -__VERSION__ = "4.1.1" +__VERSION__ = "4.1.2" def getVersion():