From c30a815c5f6e5d7d027233fcdcb6d72054eab72c Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Mon, 27 Jul 2020 15:05:39 -0700 Subject: [PATCH] Bump version in docs conf --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ea94f02..af5b028 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ copyright = "2020, repl.it" author = "repl.it" # The full version, including alpha/beta/rc tags -release = "1.2.0" +release = "1.3.0" # -- General configuration ---------------------------------------------------