From 3ca53db974fea27d44499d6f13e50abb372909c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 27 Nov 2017 12:53:14 +0100 Subject: [PATCH] Release 0.31.1 --- config.toml | 2 +- content/news/0.31.1-relnotes-ready.md | 6 ++---- netlify.toml | 6 +++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index f0f9f77e4..2f260e7a6 100644 --- a/config.toml +++ b/config.toml @@ -71,7 +71,7 @@ twitter = "GoHugoIO" [params] description = "The world’s fastest framework for building websites" ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.31" + release = "0.31.1" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) diff --git a/content/news/0.31.1-relnotes-ready.md b/content/news/0.31.1-relnotes-ready.md index 3095a066d..9c6be6281 100644 --- a/content/news/0.31.1-relnotes-ready.md +++ b/content/news/0.31.1-relnotes-ready.md @@ -1,17 +1,15 @@ --- date: 2017-11-27 -title: "0.31.1" -description: "0.31.1" +title: "Hugo 0.31.1: One Bugfix!" +description: "Fixes broken `--appendPort=false`." slug: "0.31.1" categories: ["Releases"] images: - images/blog/hugo-bug-poster.png --- - - This is a bug-fix release with one important bug fix: * Fix broken `--appendPort=false` [8afd7d9c](https://github.com/gohugoio/hugo/commit/8afd7d9ceb0d168300e3399c6e87a355a88c9a28) [@bep](https://github.com/bep) [#4111](https://github.com/gohugoio/hugo/issues/4111) diff --git a/netlify.toml b/netlify.toml index d32e31af8..c4d592e14 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,15 +3,15 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.31" + HUGO_VERSION = "0.31.1" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview.environment] - HUGO_VERSION = "0.31" + HUGO_VERSION = "0.31.1" [context.branch-deploy.environment] - HUGO_VERSION = "0.31" + HUGO_VERSION = "0.31.1" [context.next.environment] HUGO_BASEURL = "https://next--gohugoio.netlify.com/"