From a98e0b5acc2e44e5adf15a494a0bee2706398880 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Wed, 4 Jan 2017 15:57:37 -0500 Subject: [PATCH] I dub thee v0.13 --- docs/conf.py | 2 +- lib/squib/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7221712f..e17d55bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = u'v0.13' # The full version, including alpha/beta/rc tags. -release = u'v0.13.0a' +release = u'v0.13.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 4c4c0314..aea1b299 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -6,5 +6,5 @@ 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.13.0a' + VERSION = '0.13.0' end