From 1c54542f81fc97eb99f8d161fb199296de3cb4aa Mon Sep 17 00:00:00 2001 From: William Durand Date: Wed, 29 Apr 2015 22:59:14 +0200 Subject: [PATCH] Prepare 2.8.6 release --- CHANGELOG.md | 4 ++-- bin/capifony | 2 +- capifony.gemspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4cc651..7ae89db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -### 2.8.6 / ??? +### 2.8.6 / April 29, 2015 -n/a +* Fixed: asset version (see #565) ### 2.8.5 / April 27, 2015 diff --git a/bin/capifony b/bin/capifony index effc1c5..e31488d 100755 --- a/bin/capifony +++ b/bin/capifony @@ -5,7 +5,7 @@ require 'fileutils' symfony_version = nil symfony_app_path = 'app' -capifony_version = '2.8.6.dev' +capifony_version = '2.8.6' OptionParser.new do |opts| opts.banner = "Usage: #{File.basename($0)} [path]" diff --git a/capifony.gemspec b/capifony.gemspec index e9b33c1..df4e21e 100644 --- a/capifony.gemspec +++ b/capifony.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |spec| spec.name = 'capifony' - spec.version = '2.8.6.dev' + spec.version = '2.8.6' spec.platform = Gem::Platform::RUBY spec.description = <<-DESC Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment "recipe" to work with symfony (both 1 and 2) applications.