Skip to content

Commit

Permalink
0.1.5 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kura committed Aug 10, 2014
1 parent 5204edb commit 1ddaad8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,26 @@
Release History
===============

0.1.5 (2014-08-10)
------------------

API changes
~~~~~~~~~~~

- Changed sort order of :meth:`yarg.package.Package.release_ids` to sort
based on the upload time of the release ID.

Splatting bugs
~~~~~~~~~~~~~~

- :meth:`yarg.package.Package.latest_release_id` will now return the latest
release ID from the PyPI info source, rather than the final list item in
:meth:`yarg.package.Package.release_ids`.

Addtionally :meth:`yarg.package.Package.latest_release` will do the same as
it gets the latest release information from
:meth:`yarg.package.Package.latest_release_id`.

0.1.4 (2014-08-09)
------------------

Expand Down

0 comments on commit 1ddaad8

Please sign in to comment.