File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 45
45
import xmlrpc .client as xmlrpclib
46
46
from xml .parsers .expat import ExpatError
47
47
48
- __version__ = '2010-07-19 '
48
+ __version__ = '2020.5.23 '
49
49
__author__ = 'Michael Klier <[email protected] >'
50
+ __maintainer__ = 'Florian Rathgeber'
50
51
51
52
52
53
class DokuWikiError (Exception ):
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2010-07-19
2
+ current_version = 2020.5.23
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = "dokuwikixmlrpc" ,
12
- version = "2010-07-19 " ,
12
+ version = "2020.5.23 " ,
13
13
description = "DokuWiki XML-RPC module." ,
14
14
long_description = long_description ,
15
15
py_modules = ["dokuwikixmlrpc" ],
You can’t perform that action at this time.
0 commit comments