Skip to content

Commit

Permalink
update changelog; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed May 3, 2018
1 parent 24374a3 commit 74c3b53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
# MediaWiki Changelog

## Current
## Version 0.4.1

* Default to `https`
* Add `category_prefix` property to properly support categories in non-Engish
MediaWiki sites [issue #48](https://github.com/barrust/mediawiki/issues/48)
* Add `user_agent` as an initialization parameter and added information to the
documentation about why one should set the user-agent string [issue #50](https://github.com/barrust/mediawiki/issues/50)

### Version 0.4.0

Expand All @@ -9,11 +15,10 @@ members [issue #39](https://github.com/barrust/mediawiki/issues/39)
* Better handle large categorymember selections
* Add better handling of exception attributes including adding them to the
documentation
* Correct the pulling of the section titles without additional markup [#42](https://github.com/barrust/mediawiki/issues/42)
* Correct the pulling of the section titles without additional markup [issue #42](https://github.com/barrust/mediawiki/issues/42)
* Handle memoization of unicode parameters in python 2.7
* ***Change default timeout*** for HTTP requests to 15 seconds


### Version 0.3.16

* Add ability to turn off caching completely
Expand Down
2 changes: 1 addition & 1 deletion mediawiki/mediawiki.py
Expand Up @@ -16,7 +16,7 @@
from .utilities import (memoize)

URL = 'https://github.com/barrust/mediawiki'
VERSION = '0.4.0'
VERSION = '0.4.1'


class MediaWiki(object):
Expand Down

0 comments on commit 74c3b53

Please sign in to comment.