Update changelog.
This commit is contained in:
parent
4ebd9fb990
commit
f6ed45b62a
10
CHANGES.rst
10
CHANGES.rst
|
@ -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
|
||||
------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.4.15'
|
||||
__version__ = u'0.4.16'
|
||||
|
|
Loading…
Reference in a new issue