Skip to content

Commit

Permalink
Update README and setup for version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenabe committed Jul 24, 2019
1 parent 98ed799 commit 440e797
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ API is described `here <http://python-dokuwiki.readthedocs.org/en/latest/>`_.

Release notes
-------------
1.2.1 (2019-07-24)
~~~~~~~~~~~~~~~~~~
* Remove `login <https://www.dokuwiki.org/devel:xmlrpc#dokuwikilogin>`_ call
in the constructor as it seems to fail on some cases (`98ed799
<https://github.com/fmenabe/python-dokuwiki/commit/98ed799>`_).

1.2.0 (2019-06-25)
~~~~~~~~~~~~~~~~~~
* Support of HTTPS for cookie based authentication.
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ def linkcode_resolve(domain, info):
# built documents.
#
# The short X.Y version.
version = '1.1.0'
version = '1.2.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name = 'dokuwiki',
version = '1.2.0',
version = '1.2.1',
author = 'François Ménabé',
author_email = 'francois.menabe@gmail.com',
url = 'http://python-dokuwiki.readthedocs.org/en/latest/',
Expand All @@ -16,7 +16,6 @@
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 440e797

Please sign in to comment.