From a99e830927e2d1bd96c108f0d46a47d86264fb1e Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 2 Oct 2019 16:43:25 +0100 Subject: [PATCH] 0.3.0 Release --- docs/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index efcba593..18cb48a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Nathan Horrigan" # The full version, including alpha/beta/rc tags -release = "0.0.1" +release = "0.3.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 37bcdb33..61a7794b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = wagtail-grapple author = Nathan Horrigan author_email = NathHorrigan@gmail.com description = A django app that speeds up and simplifies implementing a GraphQL endoint! -version = 0.1.7 +version = 0.3.0 url = https://github.com/torchbox/wagtail-grapple keywords = wagtail