Skip to content

Latest commit

 

History

History
109 lines (78 loc) · 2.62 KB

CHANGES.rst

File metadata and controls

109 lines (78 loc) · 2.62 KB

Release History

0.1.10 (2024-08-09) - Python 3.12 support

0.1.9 (2014-08-11)

Splatting bugs

0.1.8 (2014-08-10)

Splatting bugs

  • Integration issue with Python 3, requests, yarg and JSON. Attempt to decode requests response if decode attribute exists.

0.1.6 & 0.1.7 (2014-08-10)

Splatting bugs

  • Bug in setup.py causing installs to fail for sdist (source) releases.

0.1.5 (2014-08-10)

API changes

Splatting bugs

0.1.4 (2014-08-09)

API changes

Other

  • Additional test coverage
  • Additional documentation coverage

0.1.2 (2014-08-08)

Bug fixes

  • :meth:`yarg.get` will now raise an Exception for errors including 300 and above. Previously only raised for above 300.
  • Fix an issue on Python 3.X and PyPy3 where :class:`yarg.exceptions.HTTPError` was using a method that was removed in Python 3.
  • Added dictionary key lookups for home_page, bugtrack_url and docs_url. Caused KeyError exceptions if they were not returned by PyPI.

Other

  • More test coverage.

0.1.1 (2014-08-08)

API changes

0.1.0 (2014-08-08)

  • Initial release