Skip to content

Commit 0e27ac1

Browse files
committed
Set version 0.5.0 and update README.
This correct an issue when retrieving/uploading medias (#7)
1 parent a1f56b6 commit 0e27ac1

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.rst

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

3131
Release notes
3232
-------------
33+
0.5 (2016-08-19)
34+
~~~~~~~~~~~~~~~~
35+
* Correct a bug when retrieving/uploading medias (`a1f56b6 <https://github.com/fmenabe/python-dokuwiki/commit/a1f56b6>`_).
36+
3337
0.4 (2016-02-07)
3438
~~~~~~~~~~~~~~~~
3539
* Allow media to be get/set as bytes (`44c6dcf <https://github.com/fmenabe/python-dokuwiki/commit/44c6dcf>`_, `1621291 <https://github.com/fmenabe/python-dokuwiki/commit/1621291>`_)

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 = '0.4.0'
123+
version = '0.5.0'
124124
# The full version, including alpha/beta/rc tags.
125-
release = '0.4.0'
125+
release = '0.5.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 = '0.4.0',
6+
version = '0.5.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)