Skip to content

Commit c1429d5

Browse files
committed
Update README and setup for version 1.3.1
1 parent f27aeae commit c1429d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ API is described `here <http://python-dokuwiki.readthedocs.org/en/latest/>`_.
3131

3232
Release notes
3333
-------------
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+
3439
1.2.1 (2019-07-24)
3540
~~~~~~~~~~~~~~~~~~
3641
* Remove `login <https://www.dokuwiki.org/devel:xmlrpc#dokuwikilogin>`_ call

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name = 'dokuwiki',
7-
version = '1.2.1',
7+
version = '1.3.1',
88
author = 'François Ménabé',
99
author_email = '[email protected]',
1010
url = 'http://python-dokuwiki.readthedocs.org/en/latest/',

0 commit comments

Comments
 (0)