From e4a4942980245711aaee8e513ef6d78bed0125a5 Mon Sep 17 00:00:00 2001 From: Roberto De Ioris Date: Mon, 17 Mar 2014 06:33:04 +0100 Subject: [PATCH] prepare for 2.0.3 release --- uwsgi.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.gemspec b/uwsgi.gemspec index cccfa6b8..2baca29c 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 = '2014-02-26' + s.date = '2014-03-17' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"]