From fd9716321f8192f4796ac99bc960b21fe4a4a9ba Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 8 Nov 2012 19:14:05 -0800 Subject: [PATCH] update changelog --- CHANGES.txt | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 78bebe0b..c58359f6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,12 @@ +0.3a22 +------ + +- [feature] Added ``LabelProfile.visible`` field. + +- [feature] Added generic ``CommandNetworkPrinter`` label printer class. This + class sends textual commands directly to a networked printer. + 0.3a21 ------ diff --git a/setup.py b/setup.py index e02579d4..eafe7826 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ requires = [ # # package # low high - 'edbob[filemon]>=0.1a16', # 0.1a17.dev + 'edbob[filemon]>=0.1a22', # 0.1a22 ]