From fcb16a568f716e6b179c87e07de52e83e5f7d376 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 26 Oct 2021 00:20:46 -0400 Subject: [PATCH] I dub thee v0.18.0 --- docs/conf.py | 4 ++-- lib/squib/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e3de23d..4425175 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ author = u'Andy Meneely' # built documents. # # The short X.Y version. -version = u'v0.17' +version = u'v0.18' # The full version, including alpha/beta/rc tags. -release = u'v0.17.0' +release = u'v0.18.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/lib/squib/version.rb b/lib/squib/version.rb index 2d9eaba..16d2c7d 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -6,6 +6,6 @@ module Squib # Most of the time this is in the alpha of the next release. # e.g. v0.0.5a is on its way to becoming v0.0.5 # - VERSION = '0.18.0a' + VERSION = '0.18.0' end