We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27aeae commit c1429d5Copy full SHA for c1429d5
README.rst
@@ -31,6 +31,11 @@ API is described `here <http://python-dokuwiki.readthedocs.org/en/latest/>`_.
31
32
Release notes
33
-------------
34
+1.3.1 (2021-08-30)
35
+~~~~~~~~~~~~~~~~~~
36
+ * Set default empty value for `summary` to `structs.get_data()`
37
+ * Add `minor` parameter to `structs.get_data()`
38
+
39
1.2.1 (2019-07-24)
40
~~~~~~~~~~~~~~~~~~
41
* Remove `login <https://www.dokuwiki.org/devel:xmlrpc#dokuwikilogin>`_ call
setup.py
@@ -4,7 +4,7 @@
4
5
setuptools.setup(
6
name = 'dokuwiki',
7
- version = '1.2.1',
+ version = '1.3.1',
8
author = 'François Ménabé',
9
author_email = '[email protected]',
10
url = 'http://python-dokuwiki.readthedocs.org/en/latest/',
0 commit comments