From c7132fa4d6024c536f522b1917f6bd5d32b5dcab Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 11 Feb 2013 19:10:13 -0800 Subject: [PATCH] update changelog --- CHANGES.txt | 9 +++++++++ rattail/pyramid/_version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 49666032..dfbb66f8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,13 @@ +0.3a17 +------ + +- [feature] Added Brand and Size fields to the Ordering Worksheet. Also + tweaked the template styles slightly, and added the ability to override the + template via config. + +- [feature] Added "preferred only" option to Ordering Worksheet. + 0.3a16 ------ diff --git a/rattail/pyramid/_version.py b/rattail/pyramid/_version.py index 841bba42..67c0fd8f 100644 --- a/rattail/pyramid/_version.py +++ b/rattail/pyramid/_version.py @@ -1 +1 @@ -__version__ = '0.3a16' +__version__ = '0.3a17'