Skip to content

Commit 7b5b13b

Browse files
committed
Update README and set version (1.1.0).
1 parent 7a4be2a commit 7b5b13b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ API is described `here <http://python-dokuwiki.readthedocs.org/en/latest/>`_.
3131

3232
Release notes
3333
-------------
34+
1.1.0 (2018-03-22)
35+
~~~~~~~~~~~~~~~~~~
36+
* Support authentication by cookie (thanks to *luminisward*).
37+
3438
1.0.1 (2017-04-06)
3539
~~~~~~~~~~~~~~~~~~
3640
* Correct a typo with an exception call.

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44
setup(
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/',

0 commit comments

Comments
 (0)