Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mwclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WebU
shared
mwclient
Commits
da48d446
Commit
da48d446
authored
7 months ago
by
Adam Williamson
Committed by
Adam Williamson
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 0.10.1 → 0.11.0
parent
a6bf6aa9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
mwclient/client.py
+1
-1
1 addition, 1 deletion
mwclient/client.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
README.md
+
1
−
1
View file @
da48d446
...
@@ -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.1
0.1
](
https://github.com/mwclient/mwclient/archive/v0.1
0.1
.zip
)
[
version 0.1
1.0
](
https://github.com/mwclient/mwclient/archive/v0.1
1.0
.zip
)
is
[
available through PyPI
](
https://pypi.python.org/pypi/mwclient
)
:
is
[
available through PyPI
](
https://pypi.python.org/pypi/mwclient
)
:
```
```
...
...
This diff is collapsed.
Click to expand it.
mwclient/client.py
+
1
−
1
View file @
da48d446
...
@@ -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.1
0.1
'
__version__
=
'
0.1
1.0
'
log
=
logging
.
getLogger
(
__name__
)
log
=
logging
.
getLogger
(
__name__
)
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
da48d446
...
@@ -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.1
0.1
"
current_version
=
"0.1
1.0
"
commit
=
true
commit
=
true
tag
=
true
tag
=
true
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
da48d446
...
@@ -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.1
0.1
'
,
version
=
'
0.1
1.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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment