From c6182ccc61d2224275fb4af1f7807f91114e0bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sun, 9 Dec 2012 01:59:00 +0100 Subject: Fix version numbering. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Somehow, I forgot that I had release 1.2.0 :/ Signed-off-by: Raphaël Barrois --- factory/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'factory/__init__.py') diff --git a/factory/__init__.py b/factory/__init__.py index a2a9f9a..a07ffa1 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__ = '1.2.0' +__version__ = '1.3.0-dev' __author__ = 'Raphaël Barrois ' from .base import ( -- cgit v1.2.3