From 634cad74cb5895f4dc77896dd000b107e4256525 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Tue, 7 Jun 2016 16:59:13 -0700 Subject: [PATCH] Begin 0.7.1 development cycle. --- CHANGES.md | 2 ++ project.clj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 41f4217..d234883 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.7.1 In development + ## 0.7.0 * Parameterize numbers, properly handle NaN, Infinity, -Infinity (@akhudek) diff --git a/project.clj b/project.clj index f7d4162..2019952 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.7.0" +(defproject honeysql "0.7.1-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}