File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ API is described `here <http://python-dokuwiki.readthedocs.org/en/latest/>`_.
3131
3232Release notes
3333-------------
34+ 1.2.0 (2019-06-25)
35+ ~~~~~~~~~~~~~~~~~~
36+ * Support of HTTPS for cookie based authentication.
37+
34381.1.0 (2018-03-22)
3539~~~~~~~~~~~~~~~~~~
3640 * Support authentication by cookie (thanks to *luminisward *).
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- from distutils .core import setup
4- setup (
3+ import setuptools
4+
5+ setuptools .setup (
56 name = 'dokuwiki' ,
6- version = '1.1 .0' ,
7+ version = '1.2 .0' ,
78 author = 'François Ménabé' ,
89 author_email = 'francois.menabe@gmail.com' ,
910 url = 'http://python-dokuwiki.readthedocs.org/en/latest/' ,
You can’t perform that action at this time.
0 commit comments