diff --git a/Changelog b/Changelog index 08a92391e400bb62dab510df13a7d7d04f7828bc..4e20e3bd5e3439d913f1bc91fb2b31fb66cf7f0b 100644 --- a/Changelog +++ b/Changelog @@ -8,6 +8,8 @@ Changelog file for Kamaki versions >= 0.13 v0.14 ===== +Release: Tue May 17 15:30:17 EEST 2016 + Bugfixes -------- @@ -36,7 +38,8 @@ v0.13.5 ======= Bug Fixes -========= +--------- + * Raise SSLError when connecting with SSL on OSX and no valid SSL credential files exist) * Use a new logging level for verbosity. This prevents the client @@ -47,7 +50,8 @@ v0.13.4 ======= Bug Fixes -========= +--------- + * Fix Destination headers to support unicode values (pithos object copy and move) @@ -56,6 +60,7 @@ v0.13.3 Bug Fixes --------- + * Return object request headers in download methods v0.13.2 diff --git a/kamaki/version.py b/kamaki/version.py index 911390a2ede74029f6d7cf5e1f633abbc03a84ec..ea4f9c5effd232231aa879a2e07352e5360a7a1d 100644 --- a/kamaki/version.py +++ b/kamaki/version.py @@ -1,8 +1,8 @@ -__version__ = "0.14rc3" +__version__ = "0.14_2587_a3bb8e3" __version_vcs_info__ = { - 'branch': 'release-0.14', - 'revid': 'ad20ae9', - 'revno': 2583} -__version_user_email__ = "gkorf@grnet.gr" -__version_user_name__ = "Giorgos Korfiatis" + 'branch': 'master', + 'revid': 'a3bb8e3', + 'revno': 2587} +__version_user_email__ = "skalkoto@grnet.gr" +__version_user_name__ = "Nikos Skalkotos"