diff --git a/docs/changelog.rst b/docs/changelog.rst index cce8c01..0030389 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,9 @@ Changelog `Unreleased`_ ------------- +`0.14.0`_ - 2020-02-10 +---------------------- + Added ~~~~~ diff --git a/postmarker/__init__.py b/postmarker/__init__.py index 39cb277..c37b0c1 100644 --- a/postmarker/__init__.py +++ b/postmarker/__init__.py @@ -1,4 +1,4 @@ # coding: utf-8 -__version__ = "0.13.1" +__version__ = "0.14.0"