Skip to content

Commit ad21fa1

Browse files
committed
Update README and increment version (to 0.3).
1 parent aed402f commit ad21fa1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ For this example to function, ensure:
202202

203203
Release notes
204204
-------------
205-
0.2.1
206-
~~~~~
207-
* Correct a bug with ``use_datetime`` (https://github.com/fmenabe/python-dokuwiki/pull/3).
205+
0.3
206+
~~~
207+
* The xmlrpc parameter ``use_datetime`` is no longer forced to *True* by default (https://github.com/fmenabe/python-dokuwiki/pull/3). **This may break things!**
208208

209209
0.2
210210
~~~

setup.py

Lines changed: 2 additions & 2 deletions
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.2.1',
6+
version = '0.3.0',
77
author = 'François Ménabé',
88
author_email = 'francois.menabe@gmail.com',
99
url = 'http://github.com/fmenabe/python-dokuwiki',
@@ -13,7 +13,7 @@
1313
long_description=open('README.rst').read(),
1414
keywords=['xmlrpc', 'dokuwiki'],
1515
classifiers=[
16-
'Development Status :: 4 - Beta',
16+
'Development Status :: 5 - Production/Stable',
1717
'Programming Language :: Python',
1818
'Programming Language :: Python :: 2.6',
1919
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)