From c04f4e901a6ed5f76986104bc022144f68fd4067 Mon Sep 17 00:00:00 2001 From: olivia Date: Thu, 25 Jan 2018 19:32:54 +0100 Subject: [PATCH] We're skipping 3.6.1 --- History.markdown | 2 +- docs/_docs/history.md | 12 ++++++------ docs/latest_version.txt | 2 +- lib/jekyll/version.rb | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/History.markdown b/History.markdown index 9504939d..b5d70118 100644 --- a/History.markdown +++ b/History.markdown @@ -1,4 +1,4 @@ -## 3.7.1 / 2018-01-25 +## 3.7.2 / 2018-01-25 ### Development Fixes diff --git a/docs/_docs/history.md b/docs/_docs/history.md index ace22e25..4e65e235 100644 --- a/docs/_docs/history.md +++ b/docs/_docs/history.md @@ -4,11 +4,11 @@ permalink: "/docs/history/" note: This file is autogenerated. Edit /History.markdown instead. --- -## 3.7.1 / 2018-01-25 -{: #v3-7-1} +## 3.7.2 / 2018-01-25 +{: #v3-7-2} ### Development Fixes -{: #development-fixes-v3-7-1} +{: #development-fixes-v3-7-2} - CI: Test against Ruby 2.5.0 ([#6664]({{ site.repository }}/issues/6664)) - Bump rdoc to 6.0 ([#6600]({{ site.repository }}/issues/6600)) @@ -17,7 +17,7 @@ note: This file is autogenerated. Edit /History.markdown instead. - Remove redgreen gem ([#6720]({{ site.repository }}/issues/6720)) ### Site Enhancements -{: #site-enhancements-v3-7-1} +{: #site-enhancements-v3-7-2} - Display latest version in header ([#6676]({{ site.repository }}/issues/6676)) - Update version in `config.yml` via YAML load / dump ([#6677]({{ site.repository }}/issues/6677)) @@ -33,7 +33,7 @@ note: This file is autogenerated. Edit /History.markdown instead. - Release v3.7.1 ([#6695]({{ site.repository }}/issues/6695)) ### Bug Fixes -{: #bug-fixes-v3-7-1} +{: #bug-fixes-v3-7-2} - inform that symlinks are not allowed in safe mode ([#6670]({{ site.repository }}/issues/6670)) - Glob scope path only if configured with a pattern ([#6692]({{ site.repository }}/issues/6692)) @@ -42,7 +42,7 @@ note: This file is autogenerated. Edit /History.markdown instead. - Refactor collections_dir feature for consistency ([#6685]({{ site.repository }}/issues/6685)) ### Minor Enhancements -{: #minor-enhancements-v3-7-1} +{: #minor-enhancements-v3-7-2} - Require external library only if necessary ([#6596]({{ site.repository }}/issues/6596)) diff --git a/docs/latest_version.txt b/docs/latest_version.txt index a76ccff2..0b2eb36f 100644 --- a/docs/latest_version.txt +++ b/docs/latest_version.txt @@ -1 +1 @@ -3.7.1 +3.7.2 diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 3c9c6a00..ed2594ff 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jekyll - VERSION = "3.7.1".freeze + VERSION = "3.7.2".freeze end