File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ API is described `here <http://python-dokuwiki.readthedocs.org/en/latest/>`_.
31
31
32
32
Release notes
33
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
+
34
40
1.3.1 (2021-08-30)
35
41
~~~~~~~~~~~~~~~~~~
36
42
* Set default empty value for `summary ` to `structs.get_data() `
Original file line number Diff line number Diff line change 4
4
5
5
setuptools .setup (
6
6
name = 'dokuwiki' ,
7
- version = '1.3.1 ' ,
7
+ version = '1.3.2 ' ,
8
8
author = 'François Ménabé' ,
9
9
author_email = '[email protected] ' ,
10
10
url = 'http://python-dokuwiki.readthedocs.org/en/latest/' ,
You can’t perform that action at this time.
0 commit comments