File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-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.1.0 (2018-03-22)
35+ ~~~~~~~~~~~~~~~~~~
36+ * Support authentication by cookie (thanks to *luminisward *).
37+
34381.0.1 (2017-04-06)
3539~~~~~~~~~~~~~~~~~~
3640 * Correct a typo with an exception call.
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.0.1 '
123+ version = '1.1.0 '
124124# The full version, including alpha/beta/rc tags.
125- release = '1.0.1 '
125+ release = '1.1.0 '
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 33from distutils .core import setup
44setup (
55 name = 'dokuwiki' ,
6- version = '1.0.1 ' ,
6+ version = '1.1.0 ' ,
77 author = 'François Ménabé' ,
88 author_email = 'francois.menabe@gmail.com' ,
99 url = 'http://python-dokuwiki.readthedocs.org/en/latest/' ,
You can’t perform that action at this time.
0 commit comments