Skip to content
Snippets Groups Projects
Commit da48d446 authored by Adam Williamson's avatar Adam Williamson Committed by Adam Williamson
Browse files

Bump version: 0.10.1 → 0.11.0

parent a6bf6aa9
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ For functions not available in the current MediaWiki, ...@@ -29,7 +29,7 @@ For functions not available in the current MediaWiki,
a `MediaWikiVersionError` is raised. a `MediaWikiVersionError` is raised.
The current stable The current stable
[version 0.10.1](https://github.com/mwclient/mwclient/archive/v0.10.1.zip) [version 0.11.0](https://github.com/mwclient/mwclient/archive/v0.11.0.zip)
is [available through PyPI](https://pypi.python.org/pypi/mwclient): is [available through PyPI](https://pypi.python.org/pypi/mwclient):
``` ```
......
...@@ -13,7 +13,7 @@ import mwclient.listing as listing ...@@ -13,7 +13,7 @@ import mwclient.listing as listing
from mwclient.sleep import Sleepers from mwclient.sleep import Sleepers
from mwclient.util import parse_timestamp, read_in_chunks, handle_limit from mwclient.util import parse_timestamp, read_in_chunks, handle_limit
__version__ = '0.10.1' __version__ = '0.11.0'
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
......
...@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" ...@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
addopts = "--cov mwclient test" addopts = "--cov mwclient test"
[tool.bumpversion] [tool.bumpversion]
current_version = "0.10.1" current_version = "0.11.0"
commit = true commit = true
tag = true tag = true
......
...@@ -12,7 +12,7 @@ pytest_runner = ['pytest-runner'] if needs_pytest else [] ...@@ -12,7 +12,7 @@ pytest_runner = ['pytest-runner'] if needs_pytest else []
setup(name='mwclient', setup(name='mwclient',
# See https://mwclient.readthedocs.io/en/latest/development/#making-a-release # See https://mwclient.readthedocs.io/en/latest/development/#making-a-release
# for how to update this field and release a new version. # for how to update this field and release a new version.
version='0.10.1', version='0.11.0',
description='MediaWiki API client', description='MediaWiki API client',
long_description=README, long_description=README,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
......
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