Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Aug 24, 2010
1 parent 9b423a9 commit 3fa9af1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== HEAD
== 0.7.0 / 2010-08-24
* Minor Enhancements
* Add support for rdiscount extensions (#173)
* Bug Fixes
Expand Down
5 changes: 3 additions & 2 deletions jekyll.gemspec
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'jekyll'
s.version = '0.6.2'
s.date = '2010-06-25'
s.version = '0.7.0'
s.date = '2010-08-24'
s.rubyforge_project = 'jekyll'

s.summary = "A simple, blog aware, static site generator."
Expand Down Expand Up @@ -123,6 +123,7 @@ Gem::Specification.new do |s|
test/test_page.rb
test/test_pager.rb
test/test_post.rb
test/test_rdiscount.rb
test/test_site.rb
test/test_tags.rb
]
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll.rb
Expand Up @@ -45,7 +45,7 @@ def require_all(path)
require_all 'jekyll/tags'

module Jekyll
VERSION = '0.6.2'
VERSION = '0.7.0'

# Default options. Overriden by values in _config.yml or command-line opts.
# (Strings rather symbols used for compatability with YAML).
Expand Down

0 comments on commit 3fa9af1

Please sign in to comment.