From 37e6a5461e281091377b8446e52a93c6f0982986 Mon Sep 17 00:00:00 2001 From: Matt Russell Date: Thu, 7 Jul 2016 11:43:36 +0100 Subject: [PATCH] Prepare for release. --- CHANGES.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 39dd791..7a90faf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -74,7 +74,7 @@ ## 0.4.8 - (2016-06-24) - Fix wrong exit-code when helper.gz is encountered in `sort-edn-log.sh`. -## 0.4.9 - (unreleased) +## 0.4.9 - (2016-07-07) - When dumping .ace files, only present the leaf tag (as the `tace` `Show` command) - enables easier comparisons of ace output. - Add functions for dumping a query to .ace files diff --git a/project.clj b/project.clj index 4775731..629f603 100755 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject wormbase/pseudoace "0.4.9-SNAPSHOT" +(defproject wormbase/pseudoace "0.4.9" :dependencies [[clj-time "0.11.0"] [datomic-schema "1.3.0"] [org.clojure/clojure "1.8.0"]