branch: elpa/inf-clojure
commit 2c8e46b584be71fe1a585c9072da86382710dc59
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Release 3.0
---
 CHANGELOG.md   | 2 ++
 inf-clojure.el | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9187e62..ad76f62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ## master (unreleased)
 
+## 3.0.0 (2020-08-01)
+
 ### New features
 
 * [#174](https://github.com/clojure-emacs/inf-clojure/pull/174): Invoke 
`inf-clojure` with a prefix argument to prevent using 
`inf-clojure-custom-startup` and `inf-clojure-custom-repl-type`.
diff --git a/inf-clojure.el b/inf-clojure.el
index f12d2bd..62d9402 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -6,7 +6,7 @@
 ;;       Olin Shivers <shiv...@cs.cmu.edu>
 ;; URL: http://github.com/clojure-emacs/inf-clojure
 ;; Keywords: processes, clojure
-;; Version: 3.0.0-snapshot
+;; Version: 3.0.0
 ;; Package-Requires: ((emacs "24.4") (clojure-mode "5.11"))
 
 ;; This file is not part of GNU Emacs.

Reply via email to