Skip to content

Commit d4c4bca

Browse files
committed
prepares 0.7.1 release
1 parent f7001e7 commit d4c4bca

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pywikibot~=7.3
55
# pywikibot dependency
66
wikitextparser~=0.47.5
77
# pywikibot dependency
8-
mwparserfromhell
8+
mwparserfromhell~=0.6.4
99
# Mwclient API
1010
# https://pypi.org/project/mwclient/
1111
mwclient~=0.10.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'pywikibot~=7.3',
2929
'pycryptodome~=3.12.0',
3030
'mwclient~=0.10.1',
31+
'mwparserfromhell~=0.6.4',
3132
'wikitextparser~=0.47.5'
3233
],
3334
entry_points={

wikibot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ class Version(object):
1111
name="py-3rdparty-mediawiki"
1212
version='0.7.1'
1313
date = '2020-10-31'
14-
updated = '2022-11-11'
14+
updated = '2022-11-15'

0 commit comments

Comments
 (0)