From 9b91b248ab9ec1efac57c64db48cb357293ec344 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 2 Mar 2017 12:48:31 -0500 Subject: [PATCH] Release :gem: 3.4.1 --- History.markdown | 4 ++++ docs/_docs/history.md | 6 ++++++ docs/latest_version.txt | 2 +- lib/jekyll/version.rb | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/History.markdown b/History.markdown index f3a55f68..66a2236d 100644 --- a/History.markdown +++ b/History.markdown @@ -37,6 +37,10 @@ * Convertible#validate_permalink!: ensure the return value of data["permalink"] is a string before asking if it is empty (#5878) * Allow abbreviated post dates (#5920) +## 3.4.1 / 2017-03-02 + + * Backport #5920 for v3.4.x: Allow abbreviated post dates (#5924) + ## 3.4.0 / 2017-01-27 ### Minor Enhancements diff --git a/docs/_docs/history.md b/docs/_docs/history.md index 7d96660a..acc7e1cf 100644 --- a/docs/_docs/history.md +++ b/docs/_docs/history.md @@ -4,6 +4,12 @@ permalink: "/docs/history/" note: This file is autogenerated. Edit /History.markdown instead. --- +## 3.4.1 / 2017-03-02 +{: #v3-4-1} + +- Backport [#5920]({{ site.repository }}/issues/5920) for v3.4.x: Allow abbreviated post dates ([#5924]({{ site.repository }}/issues/5924)) + + ## 3.4.0 / 2017-01-27 {: #v3-4-0} diff --git a/docs/latest_version.txt b/docs/latest_version.txt index 18091983..47b322c9 100644 --- a/docs/latest_version.txt +++ b/docs/latest_version.txt @@ -1 +1 @@ -3.4.0 +3.4.1 diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 4babc208..20060c51 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,3 +1,3 @@ module Jekyll - VERSION = "3.4.0".freeze + VERSION = "3.4.1".freeze end