Skip to content

Commit 8e315c1

Browse files
committed
Bump version: 2021.3.28 → 2022.12.22
1 parent 177e2f2 commit 8e315c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dokuwikixmlrpc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import xmlrpc.client as xmlrpclib
2727
from xml.parsers.expat import ExpatError
2828

29-
__version__ = '2021.3.28'
29+
__version__ = '2022.12.22'
3030
__author__ = 'Michael Klier <[email protected]>'
3131
__maintainer__ = 'Florian Rathgeber'
3232

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2021.3.28
2+
current_version = 2022.12.22
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="dokuwikixmlrpc",
8-
version="2021.3.28",
8+
version="2022.12.22",
99
description="DokuWiki XML-RPC module.",
1010
long_description=long_description,
1111
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)