Skip to content

Commit

Permalink
Bump version to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Feb 23, 2017
1 parent 64c8321 commit 97ad54f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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.
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>`_
was released on 23 October 2016, and is `available through PyPI <https://pypi.python.org/pypi/mwclient>`_:
The current stable `version 0.8.4 <https://github.com/mwclient/mwclient/archive/v0.8.4.zip>`_
was released on 23 February 2017, and is `available through PyPI <https://pypi.python.org/pypi/mwclient>`_:

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion mwclient/client.py
Expand Up @@ -24,7 +24,7 @@
except ImportError:
gzip = None

__ver__ = '0.8.2'
__ver__ = '0.8.4'

log = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):
requirements.append('ordereddict')

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',
long_description=README,
classifiers=[
Expand Down

0 comments on commit 97ad54f

Please sign in to comment.