From e12aba71746678ac9cd5aa45464e234563818f8e Mon Sep 17 00:00:00 2001 From: Lance Edgar <ledgar@sacfoodcoop.com> Date: Thu, 27 Aug 2015 12:45:53 -0500 Subject: [PATCH] Update changelog. --- CHANGES.rst | 6 ++++++ rattail/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ccac7417..292179d7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,11 @@ .. -*- coding: utf-8 -*- +0.5.6 +----- + +* Fix manifest to include email templates. + + 0.5.5 ----- diff --git a/rattail/_version.py b/rattail/_version.py index bf63bc7a..80abc195 100644 --- a/rattail/_version.py +++ b/rattail/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.5.5' +__version__ = u'0.5.6'