File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
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/>`_.
3131
3232Release notes
3333-------------
34+ 1.2.1 (2019-07-24)
35+ ~~~~~~~~~~~~~~~~~~
36+ * Remove `login <https://www.dokuwiki.org/devel:xmlrpc#dokuwikilogin >`_ call
37+ in the constructor as it seems to fail on some cases (`98ed799
38+ <https://github.com/fmenabe/python-dokuwiki/commit/98ed799> `_).
39+
34401.2.0 (2019-06-25)
3541~~~~~~~~~~~~~~~~~~
3642 * Support of HTTPS for cookie based authentication.
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ def linkcode_resolve(domain, info):
120120# built documents.
121121#
122122# The short X.Y version.
123- version = '1.1.0 '
123+ version = '1.2.1 '
124124# The full version, including alpha/beta/rc tags.
125- release = '1.1.0 '
125+ release = '1.2.1 '
126126
127127# The language for content autogenerated by Sphinx. Refer to documentation
128128# for a list of supported languages.
Original file line number Diff line number Diff line change 44
55setuptools .setup (
66 name = 'dokuwiki' ,
7- version = '1.2.0 ' ,
7+ version = '1.2.1 ' ,
88 author = 'François Ménabé' ,
99 author_email = 'francois.menabe@gmail.com' ,
1010 url = 'http://python-dokuwiki.readthedocs.org/en/latest/' ,
1616 classifiers = [
1717 'Development Status :: 5 - Production/Stable' ,
1818 'Programming Language :: Python' ,
19- 'Programming Language :: Python :: 2.6' ,
2019 'Programming Language :: Python :: 2.7' ,
2120 'Programming Language :: Python :: 3' ,
2221 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments