We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177e2f2 commit 8e315c1Copy full SHA for 8e315c1
dokuwikixmlrpc.py
@@ -26,7 +26,7 @@
26
import xmlrpc.client as xmlrpclib
27
from xml.parsers.expat import ExpatError
28
29
-__version__ = '2021.3.28'
+__version__ = '2022.12.22'
30
__author__ = 'Michael Klier <[email protected]>'
31
__maintainer__ = 'Florian Rathgeber'
32
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2021.3.28
+current_version = 2022.12.22
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name="dokuwikixmlrpc",
8
- version="2021.3.28",
+ version="2022.12.22",
9
description="DokuWiki XML-RPC module.",
10
long_description=long_description,
11
long_description_content_type="text/x-rst",
0 commit comments