From a383c9ff623664b5c5c4c45943cb5ef442e6b35a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 16 Apr 2013 06:52:15 -0700 Subject: [PATCH] update changelog --- CHANGES.txt | 5 +++++ rattail/pyramid/_version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index cdcee61a..7ac14a24 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,9 @@ +0.3a20 +------ + +- [feature] Sorted the Ordering Worksheet by product brand, description. + 0.3a19 ------ diff --git a/rattail/pyramid/_version.py b/rattail/pyramid/_version.py index 239ef19d..7166fb5b 100644 --- a/rattail/pyramid/_version.py +++ b/rattail/pyramid/_version.py @@ -1 +1 @@ -__version__ = '0.3a19' +__version__ = '0.3a20'