Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Oct 19, 2021
1 parent 4cade88 commit e790dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# MediaWiki Changelog

## Future Release
## Version 0.7.1

* Add `page.wikitext` support for pulling the page contents as [wikitext](https://en.wikipedia.org/wiki/Help:Wikitext)
* Add [proxy support](https://requests.readthedocs.io/en/master/user/advanced/#proxies) by passing info directly to the requests library.
Expand Down
2 changes: 1 addition & 1 deletion mediawiki/mediawiki.py
Expand Up @@ -21,7 +21,7 @@
from .utilities import memoize

URL = "https://github.com/barrust/mediawiki"
VERSION = "0.7.0"
VERSION = "0.7.1"


class MediaWiki(object):
Expand Down

0 comments on commit e790dae

Please sign in to comment.