From 9df36484f6ea3686308391935d40afc0221c8f55 Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Sun, 2 Jul 2023 22:25:50 -0700 Subject: [PATCH] [build] bump doc version numbers --- docs/_config.yml | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 6d116ee4..e7ef422b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ # in the templates via {{ site.myvariable }}. title: The Logfile Navigator -version: 0.11.1 +version: 0.11.2 email: support@lnav.org description: >- # this means to ignore newlines until "baseurl:" The Logfile Navigator, lnav for short, is an advanced log file viewer diff --git a/docs/source/conf.py b/docs/source/conf.py index 3a2d8f21..bf16706a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -259,7 +259,7 @@ copyright = u'2023, Tim Stack' # The short X.Y version. version = '0.11' # The full version, including alpha/beta/rc tags. -release = '0.11.1' +release = '0.11.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.