Bump to v3.4.4

This commit is contained in:
Parker Moore 2017-06-17 21:42:59 -04:00
parent 9f302b34ae
commit 2207223559
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
2 changed files with 5 additions and 1 deletions

View File

@ -142,6 +142,10 @@
* Filters#time helper: Duplicate time before calling #localtime. (#5996) * Filters#time helper: Duplicate time before calling #localtime. (#5996)
## 3.4.4 / 2016-06-17
* Backport #6137 for v3.4.x: Default `baseurl` to `nil` instead of empty string (#6146)
## 3.4.3 / 2017-03-21 ## 3.4.3 / 2017-03-21
* Backport #5957 for v3.4.x: Allow colons in `uri_escape` filter (#5968) * Backport #5957 for v3.4.x: Allow colons in `uri_escape` filter (#5968)

View File

@ -1,3 +1,3 @@
module Jekyll module Jekyll
VERSION = "3.4.3".freeze VERSION = "3.4.4".freeze
end end