Skip to content
Snippets Groups Projects
Commit 97ad54f0 authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

Bump version to 0.8.4

parent 64c83210
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,8 @@ which provides access to most API functionality. ...@@ -43,8 +43,8 @@ which provides access to most API functionality.
It works with Python 2.7, 3.3 and above, and supports MediaWiki 1.16 and above. It works with Python 2.7, 3.3 and above, and supports MediaWiki 1.16 and above.
For functions not available in the current MediaWiki, a ``MediaWikiVersionError`` is raised. For functions not available in the current MediaWiki, a ``MediaWikiVersionError`` is raised.
The current stable `version 0.8.2 <https://github.com/mwclient/mwclient/archive/v0.8.2.zip>`_ The current stable `version 0.8.4 <https://github.com/mwclient/mwclient/archive/v0.8.4.zip>`_
was released on 23 October 2016, and is `available through PyPI <https://pypi.python.org/pypi/mwclient>`_: was released on 23 February 2017, and is `available through PyPI <https://pypi.python.org/pypi/mwclient>`_:
.. code-block:: console .. code-block:: console
......
...@@ -24,7 +24,7 @@ try: ...@@ -24,7 +24,7 @@ try:
except ImportError: except ImportError:
gzip = None gzip = None
__ver__ = '0.8.2' __ver__ = '0.8.4'
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
......
...@@ -39,7 +39,7 @@ if sys.version_info < (2, 7): ...@@ -39,7 +39,7 @@ if sys.version_info < (2, 7):
requirements.append('ordereddict') requirements.append('ordereddict')
setup(name='mwclient', setup(name='mwclient',
version='0.8.2', # Rember to also update __ver__ in client.py version='0.8.4', # Rember to also update __ver__ in client.py
description='MediaWiki API client', description='MediaWiki API client',
long_description=README, long_description=README,
classifiers=[ classifiers=[
......
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