Skip to content

Commit 148af49

Browse files
committed
Update version to 2020.5.23
1 parent 23a5dee commit 148af49

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dokuwikixmlrpc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545
import xmlrpc.client as xmlrpclib
4646
from xml.parsers.expat import ExpatError
4747

48-
__version__ = '2010-07-19'
48+
__version__ = '2020.5.23'
4949
__author__ = 'Michael Klier <[email protected]>'
50+
__maintainer__ = 'Florian Rathgeber'
5051

5152

5253
class DokuWikiError(Exception):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2010-07-19
2+
current_version = 2020.5.23
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

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

1010
setup(
1111
name = "dokuwikixmlrpc",
12-
version = "2010-07-19",
12+
version = "2020.5.23",
1313
description="DokuWiki XML-RPC module.",
1414
long_description=long_description,
1515
py_modules = ["dokuwikixmlrpc"],

0 commit comments

Comments
 (0)