From b0159ea23ba21f595d2a09b756297e461800da02 Mon Sep 17 00:00:00 2001 From: Unbit Date: Wed, 26 Feb 2014 17:06:47 +0100 Subject: [PATCH] prepare for 2.0.2 --- uwsgi.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.gemspec b/uwsgi.gemspec index fcbb9b0a..cccfa6b8 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-09' + s.date = '2014-02-26' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"]