Begin 0.7.1 development cycle.

This commit is contained in:
Michael Blume 2016-06-07 16:59:13 -07:00
parent 39482d49c2
commit 634cad74cb
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
## 0.7.1 In development
## 0.7.0
* Parameterize numbers, properly handle NaN, Infinity, -Infinity (@akhudek)

View file

@ -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"}