Skip to content
Snippets Groups Projects
Commit 659f9237 authored by Bryan Tong Minh's avatar Bryan Tong Minh
Browse files

Bump version to 0.6.5

parent 3731de55
No related branches found
No related tags found
No related merge requests found
This files describes mwclient-0.6.4. The latest version is available in the
This files describes mwclient-0.6.5. The latest version is available in the
subversion repository <https://mwclient.svn.sourceforge.net/svnroot/mwclient>
and also browsable <http://mwclient.svn.sourceforge.net/viewvc/mwclient/>.
......
This file is intended to be a reference to mwclient. The current version is
mwclient 0.6.4.
mwclient 0.6.5.
The mwclient framework provides an access to the MediaWiki API. It provides the
functions of the MediaWiki API in a Pythonic manner.
......
RELEASE NOTES FOR MWCLIENT
This is mwclient 0.6.4. The following are the release notes for this version.
This is mwclient 0.6.5. The following are the release notes for this version.
== Changes in version 0.6.5 ==
No changes yet
== Changes in version 0.6.4 ==
Mwclient 0.6.4 is unreleased.
* Added support for upload API
* Added prop=duplicatefiles
* Properly fix detection of alpha versions
......
"""
Copyright (c) 2006-2008 Bryan Tong Minh
Copyright (c) 2006-2010 Bryan Tong Minh
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
......
__ver__ = '0.6.4'
__ver__ = '0.6.5'
import urllib, urlparse
import time, random
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment