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'