From 8dc43ae256a6eafe7c4397093f369681fb72659b Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Wed, 10 Apr 2013 23:21:50 -0400 Subject: [PATCH] Release: 0.9.1! --- NEWS.md | 2 +- coleslaw.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index c9209e2..f3c44ee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## Changes for 0.9.1 (2013-04-xx): +## Changes for 0.9.1 (2013-04-10): * Added a PREVIEW function for REPL use. * Make ATOM and RSS templates a separate "generic" theme. (thanks @woudshoo!) diff --git a/coleslaw.asd b/coleslaw.asd index a16d157..a25f13f 100644 --- a/coleslaw.asd +++ b/coleslaw.asd @@ -1,7 +1,7 @@ (defsystem #:coleslaw :name "coleslaw" :description "Flexible Lisp Blogware" - :version "0.9" + :version "0.9.1" :license "BSD" :author "Brit Butler " :pathname "src/"