From a7feb05ca4cb8294defa0931fe09a1cb0117d075 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Thu, 12 Sep 2013 16:44:33 +0200 Subject: [PATCH] bump to 0.6.0rc1 --- djadmin2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djadmin2/__init__.py b/djadmin2/__init__.py index 2906605..c584661 100644 --- a/djadmin2/__init__.py +++ b/djadmin2/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import division, absolute_import, unicode_literals -__version__ = '0.6.0' +__version__ = '0.6.0rc1' __author__ = 'Daniel Greenfeld & Contributors'