From 4c334049b4ec27112a366d13fb73e207514b352b Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 11 May 2014 13:59:02 -0700 Subject: [PATCH] update changelog --- CHANGES.rst | 8 ++++++++ rattail_cognitive/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 41f2949..c937e7f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,12 @@ +0.3.2 +----- + +* Fix broken barcode commands. + + UPC wasn't working, and EAN wasn't even being attempted... + + 0.3.1 ----- diff --git a/rattail_cognitive/_version.py b/rattail_cognitive/_version.py index e1424ed..73e3bb4 100644 --- a/rattail_cognitive/_version.py +++ b/rattail_cognitive/_version.py @@ -1 +1 @@ -__version__ = '0.3.1' +__version__ = '0.3.2'