From f55aeb96ad3e1f12757566eb1749890fe9f7133d Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Thu, 16 Jun 2016 09:22:16 -0300 Subject: [PATCH] set new version 0.1.3 - sqlite3: make it possible to set text_factory upon initialization --- bottle_sqlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bottle_sqlite.py b/bottle_sqlite.py index 8d2005c..c4014a9 100755 --- a/bottle_sqlite.py +++ b/bottle_sqlite.py @@ -27,7 +27,7 @@ Usage Example:: ''' __author__ = "Marcel Hellkamp" -__version__ = '0.1.2' +__version__ = '0.1.3' __license__ = 'MIT' ### CUT HERE (see setup.py)