From 57e2aad698ec32e37d15e1389507c73713291f4e Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 8 May 2013 17:54:58 -0700 Subject: [PATCH] update changelog --- CHANGES.txt | 12 ++++++++++++ rattail/pyramid/_version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7ac14a24..4b20bd43 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,16 @@ +0.3a21 +------ + +- [feature] Added CRUD view and template. + +- [feature] Added ``AutocompleteView``. + +- [feature] Added Person autocomplete view and User CRUD views. + +- [feature] Added ``id`` and ``status`` fields to Employee grid view. + + 0.3a20 ------ diff --git a/rattail/pyramid/_version.py b/rattail/pyramid/_version.py index 7166fb5b..e6a63df3 100644 --- a/rattail/pyramid/_version.py +++ b/rattail/pyramid/_version.py @@ -1 +1 @@ -__version__ = '0.3a20' +__version__ = '0.3a21'