Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Jan 18, 2019
1 parent 4860fdb commit d794dd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
@@ -1,9 +1,9 @@
# MediaWiki Changelog

## Current Branch
## Version 0.6.0

* Fix for the table of contents for all subsections
* Combined properties into a single set of pulling to reduce the load on the MediaWiki infrastructure
* Fix for the table of contents for all subsections [issue #64](https://github.com/barrust/mediawiki/issues/64)
* Combined properties into a single set of pulling to reduce the load on the MediaWiki infrastructure [issue #55](https://github.com/barrust/mediawiki/issues/55)

## Version 0.5.1

Expand All @@ -12,7 +12,7 @@

## Version 0.5.0

* Add support for logging into the MediaWiki site [issue #59](https://github.com/barrust/mediawiki/issues/48)
* Add support for logging into the MediaWiki site [issue #59](https://github.com/barrust/mediawiki/issues/59)

## Version 0.4.1

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.5.1'
VERSION = '0.6.0'


class MediaWiki(object):
Expand Down

0 comments on commit d794dd2

Please sign in to comment.