Skip to content

Commit 88ae57e

Browse files
committed
Set version to 1.3.2
1 parent c891eb8 commit 88ae57e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

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

3232
Release notes
3333
-------------
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+
3440
1.3.1 (2021-08-30)
3541
~~~~~~~~~~~~~~~~~~
3642
* Set default empty value for `summary` to `structs.get_data()`

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.3.1',
7+
version = '1.3.2',
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)