Skip to content

Commit

Permalink
fix&bump 4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Jan 21, 2024
1 parent 2920ca9 commit 51048b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wikiteam3"
version = "4.1.6"
version = "4.1.7"
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
Expand Down
3 changes: 3 additions & 0 deletions wikiteam3/dumpgenerator/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from typing import Optional


class PageMissingError(Exception):
def __init__(self, title, xml):
self.title = title
Expand Down
2 changes: 1 addition & 1 deletion wikiteam3/dumpgenerator/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "4.1.6"
__VERSION__ = "4.1.7"


def getVersion():
Expand Down

0 comments on commit 51048b4

Please sign in to comment.