Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@danmichaelo danmichaelo released this 03 Aug 00:17
· 89 commits to master since this release
eeb8a25

Changed:

  • Simplify SMW ask output structure (#173)
  • Rename __ver__ to __version__ (@marcfrederick: #218)
  • Add scheme parameter to Site and deprecated the (confusing) tuple syntax host=(host, scheme) (@mtausig: #212)
  • Removed the deprecated Page.edit() method (@JustAnotherArchivist: #207)
  • Drop support for Python 3.4 (737e7cc)
  • Change AssertUserFailedError to inherit MwClientError rather than LoginError (ad30124)
  • Switch to flake8 for linting (#220)

Added:

  • Add workaround for phab:T211233 (post edit cookies) (#221)
  • Add uselang argument to revisions() and usercontributions()(#151)

Fixed: