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

Release 0.8.0

parent 722e2056
No related branches found
Tags v0.8.0
No related merge requests found
......@@ -38,8 +38,8 @@ For functions not available in the current MediaWiki, a ``MediaWikiVersionError`
This framework was written by Bryan Tong Minh, who maintained the project until
version 0.6.5, released on 6 May 2011. The current stable
`version 0.7.2 <https://github.com/mwclient/mwclient/archive/v0.7.2.zip>`_
was released on 18 July 2015, and is `available through PyPI <https://pypi.python.org/pypi/mwclient>`_:
`version 0.8.0 <https://github.com/mwclient/mwclient/archive/v0.8.0.zip>`_
was released on 10 January 2016, and is `available through PyPI <https://pypi.python.org/pypi/mwclient>`_:
.. code-block:: console
......
# Release Notes for mwclient
## Changes in version 0.8.1
This is the development version of mwclient.
* *No changes yet*
## Changes in version 0.8.0
This is the development version of mwclient.
Mwclient 0.8.0 was released on 10 January 2016.
Upgrade notices / breaking changes:
......
......@@ -28,7 +28,7 @@ try:
except ImportError:
gzip = None
__ver__ = '0.8.0.dev1'
__ver__ = '0.8.0'
log = logging.getLogger(__name__)
......
......@@ -39,7 +39,7 @@ if sys.version_info < (2, 7):
requirements.append('ordereddict')
setup(name='mwclient',
version='0.8.0.dev1', # Rember to also update __ver__ in client.py
version='0.8.0', # Rember to also update __ver__ in client.py
description='MediaWiki API client',
long_description=README,
classifiers=[
......@@ -47,7 +47,8 @@ setup(name='mwclient',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4'
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
],
keywords='mediawiki wikipedia',
author='Bryan Tong Minh',
......
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