Update changelog.

This commit is contained in:
Lance Edgar 2015-04-27 15:39:57 -05:00
parent 4ebd9fb990
commit f6ed45b62a
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
.. -*- coding: utf-8 -*-
0.4.16
------
* Add some SSH config stuff for Fabric.
* Add ``get_product_by_vendor_code()`` API function.
* Add ``PathNotFound`` exception, normalize to it within ``locking_copy_test()``.
0.4.15
------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = u'0.4.15'
__version__ = u'0.4.16'