From 5fe65d0740c5a23dbf8816a7ff72eff0be828370 Mon Sep 17 00:00:00 2001 From: "A. R. Shajii" Date: Sat, 8 Aug 2020 18:49:16 -0400 Subject: [PATCH] Bump patch version --- compiler/lang/seq.h | 2 +- docs/sphinx/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/lang/seq.h b/compiler/lang/seq.h index f6c1acc5b..2d4ac2013 100644 --- a/compiler/lang/seq.h +++ b/compiler/lang/seq.h @@ -35,7 +35,7 @@ #define SEQ_VERSION_MAJOR 0 #define SEQ_VERSION_MINOR 9 -#define SEQ_VERSION_PATCH 8 +#define SEQ_VERSION_PATCH 9 namespace seq { namespace config { diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index bc99d01e4..626727aa5 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -30,7 +30,7 @@ def setup(sphinx): # The short X.Y version version = u'0.9' # The full version, including alpha/beta/rc tags -release = u'0.9.8' +release = u'0.9.9' # Logo path html_logo = '../images/logo.png'