From 5e147894d49b92295551f40ac2ded06c876d3058 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Tue, 7 Mar 2017 13:31:15 -0800 Subject: [PATCH] Update version to 3.0b1. --- quixote/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quixote/__init__.py b/quixote/__init__.py index 4c0e0a7..559b993 100644 --- a/quixote/__init__.py +++ b/quixote/__init__.py @@ -3,7 +3,7 @@ A small and flexible Python web application framework. """ -__version__ = '3.0a1' +__version__ = '3.0b1' # These are frequently needed by Quixote applications. from quixote.publish import \