diff --git a/CHANGES.rst b/CHANGES.rst index cefc68e..035a894 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ Changelog ========= +0.1.14 (2016-10-19) +------------------- +* Issue when Cabby was assuming port 80 for HTTPS URLs is fixed + 0.1.13 (2016-10-18) ------------------- * Cabby will always return content block body as bytes. diff --git a/cabby/_version.py b/cabby/_version.py index 0ea5552..15800a0 100644 --- a/cabby/_version.py +++ b/cabby/_version.py @@ -3,4 +3,4 @@ This module defines the package version for use in __init__.py and setup.py. """ -__version__ = '0.1.14a1' +__version__ = '0.1.14' diff --git a/docs/index.rst b/docs/index.rst index 1047942..2a3b0ca 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ Cabby ===== -Latest stable release is v0.1.13. (:doc:`Changelog `) +Latest stable release is v0.1.14. (:doc:`Changelog `) .. Release v\ |release|. (:doc:`Changelog `)