From 25e06a126d4dc4508935e3978de3643e49d7e5cd Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Thu, 8 Oct 2009 17:09:42 -0700 Subject: [PATCH] Bump the VERSION to 2.2.7. --- VERSION | 2 +- doc-src/HAML_CHANGELOG.md | 2 +- doc-src/SASS_CHANGELOG.md | 4 ++++ extra/haml-mode.el | 2 +- extra/sass-mode.el | 4 ++-- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index bda8fbec..5bc1cc43 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.6 +2.2.7 diff --git a/doc-src/HAML_CHANGELOG.md b/doc-src/HAML_CHANGELOG.md index b11f1d26..27c1353b 100644 --- a/doc-src/HAML_CHANGELOG.md +++ b/doc-src/HAML_CHANGELOG.md @@ -3,7 +3,7 @@ * Table of contents {:toc} -## 2.2.7 (Unreleased) +## [2.2.7](http://github.com/nex3/haml/commit/2.2.7) * Fixed an `html2haml` issue where ERB attribute values weren't HTML-unescaped before being transformed into Haml. diff --git a/doc-src/SASS_CHANGELOG.md b/doc-src/SASS_CHANGELOG.md index 7f11f84d..32f8538c 100644 --- a/doc-src/SASS_CHANGELOG.md +++ b/doc-src/SASS_CHANGELOG.md @@ -3,6 +3,10 @@ * Table of contents {:toc} +## [2.2.7](http://github.com/nex3/haml/commit/2.2.7) + +There were no changes made to Sass between versions 2.2.6 and 2.2.7. + ## [2.2.6](http://github.com/nex3/haml/commit/2.2.6) * Don't crash when the `__FILE__` constant of a Ruby file is a relative path, diff --git a/extra/haml-mode.el b/extra/haml-mode.el index d759d0ff..61cde5d1 100644 --- a/extra/haml-mode.el +++ b/extra/haml-mode.el @@ -4,7 +4,7 @@ ;; Author: Nathan Weizenbaum ;; URL: http://github.com/nex3/haml/tree/master -;; Version: 2.2.6 +;; Version: 2.2.7 ;; Created: 2007-03-08 ;; By: Nathan Weizenbaum ;; Keywords: markup, language, html diff --git a/extra/sass-mode.el b/extra/sass-mode.el index 95750631..ed7c2068 100644 --- a/extra/sass-mode.el +++ b/extra/sass-mode.el @@ -4,11 +4,11 @@ ;; Author: Nathan Weizenbaum ;; URL: http://github.com/nex3/haml/tree/master -;; Version: 2.2.6 +;; Version: 2.2.7 ;; Created: 2007-03-15 ;; By: Nathan Weizenbaum ;; Keywords: markup, language, css -;; Package-Requires: ((haml-mode "2.2.5")) +;; Package-Requires: ((haml-mode "2.2.7")) ;;; Commentary: