Skip to content

Commit

Permalink
Bump version: 0.8.6 → 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Jan 14, 2018
1 parent 19e464d commit 2a846cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -44,7 +44,7 @@ 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.6 <https://github.com/mwclient/mwclient/archive/v0.8.6.zip>`_
The current stable `version 0.8.7 <https://github.com/mwclient/mwclient/archive/v0.8.7.zip>`_
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.6'
__ver__ = '0.8.7'

log = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.6
current_version = 0.8.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
pytest_runner = ['pytest-runner'] if needs_pytest else []

setup(name='mwclient',
version='0.8.6', # Use bumpversion to update
version='0.8.7', # Use bumpversion to update
description='MediaWiki API client',
long_description=README,
classifiers=[
Expand Down

0 comments on commit 2a846cc

Please sign in to comment.