Skip to content

Commit

Permalink
Release 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 21, 2016
1 parent 2658ab5 commit 8739cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 5.4.0 (2016-05-21)

### New features

* When aligning forms with `clojure-align` (or with the automatic align feature), blank lines will divide alignment regions.
Expand Down
4 changes: 2 additions & 2 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;; Artur Malabarba <[email protected]>
;; URL: http://github.com/clojure-emacs/clojure-mode
;; Keywords: languages clojure clojurescript lisp
;; Version: 5.3.0
;; Version: 5.4.0
;; Package-Requires: ((emacs "24.3"))

;; This file is not part of GNU Emacs.
Expand Down Expand Up @@ -78,7 +78,7 @@
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode")
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))

(defconst clojure-mode-version "5.3.0"
(defconst clojure-mode-version "5.4.0"
"The current version of `clojure-mode'.")

(defface clojure-keyword-face
Expand Down

0 comments on commit 8739cea

Please sign in to comment.