From 21515e88df68d3e094f8cb6582ba792b706ed93a Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 30 Oct 2019 12:30:02 +0000 Subject: [PATCH] Version bump to 0.3 Still a very early release so no changelog yet --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d38cc24c..5a4be553 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="wagtail-localize", - version="0.2", + version="0.3", description="Wagtail Internationalisation Framework", author="Karl Hobley", author_email="karl@kaed.uk",