Skip to content

Commit 3236e8c

Browse files
committed
drop wgen, tag for release
1 parent af29680 commit 3236e8c

File tree

5 files changed

+3
-109
lines changed

5 files changed

+3
-109
lines changed

docs/source/reference.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ pwiki.oquery
4646
:show-inheritance:
4747

4848

49-
pwiki.wgen
50-
-----------------
51-
52-
.. automodule:: pwiki.wgen
53-
:members:
54-
:undoc-members:
55-
:show-inheritance:
56-
57-
5849
pwiki.wiki
5950
-----------------
6051

pwiki/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__all__ = ['gquery', 'mquery', 'ns', 'wgen', 'wiki']
1+
__all__ = ['gquery', 'mquery', 'ns', 'wiki']

pwiki/wgen.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

pwiki/wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def uploadable_filetypes(self) -> set:
752752
"""Queries the Wiki for all acceptable file types which may be uploaded to this Wiki. PRECONDITION: the target Wiki permits file uploads.
753753
754754
Returns:
755-
set: A set containing all acceptable file types as their extensions ("." prefix is included)
755+
set: A `set` containing all acceptable file types as their extensions (`.` prefix is not included)
756756
"""
757757
log.info("%s: Fetching a list of acceptable file upload extensions.", self)
758758
return OQuery.uploadable_filetypes(self)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pwiki",
8-
version="1.2.0",
8+
version="1.3.0",
99
author="Fastily",
1010
author_email="fastily@users.noreply.github.com",
1111
description="A Python library for effortlessly interacting with Wikipedia/MediaWiki",

0 commit comments

Comments
 (0)