From f35579bd37594b1d888e07db79bdd77a68f4f897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 15 Apr 2013 23:22:19 +0200 Subject: Release v2.0.0 --- factory/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'factory') diff --git a/factory/__init__.py b/factory/__init__.py index 9843fa1..ef5d40e 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '2.0.0-dev' +__version__ = '2.0.0' __author__ = 'Raphaƫl Barrois ' from .base import ( -- cgit v1.2.3