We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c891eb8 commit 88ae57eCopy full SHA for 88ae57e
README.rst
@@ -31,6 +31,12 @@ API is described `here <http://python-dokuwiki.readthedocs.org/en/latest/>`_.
31
32
Release notes
33
-------------
34
+
35
+1.3.2 (2021-12-03)
36
+~~~~~~~~~~~~~~~~~~
37
+ * Correct a bug when using some special characters in the password (`c891eb8
38
+ <https://github.com/fmenabe/python-dokuwiki/commit/c891eb8>`_)
39
40
1.3.1 (2021-08-30)
41
~~~~~~~~~~~~~~~~~~
42
* Set default empty value for `summary` to `structs.get_data()`
setup.py
@@ -4,7 +4,7 @@
4
5
setuptools.setup(
6
name = 'dokuwiki',
7
- version = '1.3.1',
+ version = '1.3.2',
8
author = 'François Ménabé',
9
author_email = '[email protected]',
10
url = 'http://python-dokuwiki.readthedocs.org/en/latest/',
0 commit comments