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

Bump version: 0.8.6 → 0.8.7

parent 19e464de
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ which provides access to most API functionality. ...@@ -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. 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.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>`_: 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.6' __ver__ = '0.8.7'
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
......
[bumpversion] [bumpversion]
current_version = 0.8.6 current_version = 0.8.7
commit = True commit = True
tag = True tag = True
......
...@@ -12,7 +12,7 @@ needs_pytest = set(['pytest', 'test', 'ptr']).intersection(sys.argv) ...@@ -12,7 +12,7 @@ needs_pytest = set(['pytest', 'test', 'ptr']).intersection(sys.argv)
pytest_runner = ['pytest-runner'] if needs_pytest else [] pytest_runner = ['pytest-runner'] if needs_pytest else []
setup(name='mwclient', setup(name='mwclient',
version='0.8.6', # Use bumpversion to update version='0.8.7', # Use bumpversion to update
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