From 5dcb8eff1ff4df6c98153c77377adc7e3482c184 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Mon, 10 Feb 2020 11:53:26 +0100 Subject: [PATCH] Release 0.14.0 --- docs/changelog.rst | 3 +++ postmarker/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"