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/>`_.
31
31
32
32
Release notes
33
33
-------------
34
+ 1.1.0 (2018-03-22)
35
+ ~~~~~~~~~~~~~~~~~~
36
+ * Support authentication by cookie (thanks to *luminisward *).
37
+
34
38
1.0.1 (2017-04-06)
35
39
~~~~~~~~~~~~~~~~~~
36
40
* 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):
120
120
# built documents.
121
121
#
122
122
# The short X.Y version.
123
- version = '1.0.1 '
123
+ version = '1.1.0 '
124
124
# The full version, including alpha/beta/rc tags.
125
- release = '1.0.1 '
125
+ release = '1.1.0 '
126
126
127
127
# The language for content autogenerated by Sphinx. Refer to documentation
128
128
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
from distutils .core import setup
4
4
setup (
5
5
name = 'dokuwiki' ,
6
- version = '1.0.1 ' ,
6
+ version = '1.1.0 ' ,
7
7
author = 'François Ménabé' ,
8
8
author_email = 'francois.menabe@gmail.com' ,
9
9
url = 'http://python-dokuwiki.readthedocs.org/en/latest/' ,
You can’t perform that action at this time.
0 commit comments