Skip to content

Commit 7b3ed8b

Browse files
committed
fixes #50 and prepares 0.3.5 release
1 parent cf3a87e commit 7b3ed8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

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

1111
setup(
1212
name='py-3rdparty-mediawiki',
13-
version='0.3.4',
13+
version='0.3.5',
1414

1515
packages=['wikibot',],
1616
classifiers=[

wikibot/wikipush.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def uploadImage(self,imagePath,filename,description,ignoreExists=False):
405405
self.handleAPIWarnings(warnings,ignoreExists)
406406

407407

408-
__version__ = "0.3.4"
408+
__version__ = "0.3.5"
409409
__date__ = '2020-10-31'
410410
__updated__ = '2020-02-12'
411411
DEBUG=False

0 commit comments

Comments
 (0)