From 56005ac581566a06768232af8169bd90d388713c Mon Sep 17 00:00:00 2001 From: Matt Russell Date: Fri, 22 Jul 2016 09:42:50 +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 b53d6cd..1af168c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -79,7 +79,7 @@ `Show` command) - enables easier comparisons of ace output. - Add functions for dumping a query to .ace files -## 0.4.10 (unreleased) +## 0.4.10 (2016-07-22) - Bump version of various packages, notably datomic-pro and dynamodb aws-sdk libraries. - Explicitly pass the annotated models filename as arguments to the CLI diff --git a/project.clj b/project.clj index 6ec77fb..0cb508f 100755 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject wormbase/pseudoace "0.4.10-SNAPSHOT" +(defproject wormbase/pseudoace "0.4.10" :dependencies [[clj-time "0.12.0"] [datomic-schema "1.3.0"] [org.clojure/clojure "1.8.0"]