From 2263c6a618e522ea79e94dccf4158fb5b68eb4db Mon Sep 17 00:00:00 2001 From: Unbit Date: Thu, 4 Apr 2013 09:08:10 +0200 Subject: [PATCH] prepare for uWSGI 1.9.5 release --- uwsgi.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.gemspec b/uwsgi.gemspec index 66fc4236..e352a44d 100644 --- a/uwsgi.gemspec +++ b/uwsgi.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'uwsgi' s.license = 'GPL-2' s.version = `python -c "import uwsgiconfig as uc; print uc.uwsgi_version"`.sub(/-dev-.*/,'') - s.date = '2013-03-30' + s.date = '2013-04-04' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"]