From 13df72207305c0b2ebc5793f83a27feb719a9f56 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Thu, 16 Dec 2010 16:29:48 -0800 Subject: [PATCH] Release 0.10.0 --- History.txt | 2 +- jekyll.gemspec | 4 ++-- lib/jekyll.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/History.txt b/History.txt index b77859f12d1..0034195ab9b 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== HEAD +== 0.10.0 / 2010-12-16 * Bug Fixes * Add --no-server option. diff --git a/jekyll.gemspec b/jekyll.gemspec index 00eac02c6ce..bf9bb66365a 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -4,8 +4,8 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.5' s.name = 'jekyll' - s.version = '0.9.0' - s.date = '2010-12-15' + s.version = '0.10.0' + s.date = '2010-12-16' s.rubyforge_project = 'jekyll' s.summary = "A simple, blog aware, static site generator." diff --git a/lib/jekyll.rb b/lib/jekyll.rb index ed5bef1d415..7928850c6ff 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -45,7 +45,7 @@ def require_all(path) require_all 'jekyll/tags' module Jekyll - VERSION = '0.9.0' + VERSION = '0.10.0' # Default options. Overriden by values in _config.yml or command-line opts. # (Strings rather symbols used for compatability with YAML).