Skip to content

Commit 440e797

Browse files
committed
Update README and setup for version 1.2.1
1 parent 98ed799 commit 440e797

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.rst

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

3232
Release 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+
3440
1.2.0 (2019-06-25)
3541
~~~~~~~~~~~~~~~~~~
3642
* Support of HTTPS for cookie based authentication.

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.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.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.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/',
@@ -16,7 +16,6 @@
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',

0 commit comments

Comments
 (0)