From c63d94cb6e1e9ece4457e252b41767f9f8b01fa2 Mon Sep 17 00:00:00 2001 From: Roberto De Ioris Date: Tue, 17 Mar 2015 08:34:34 +0100 Subject: [PATCH] uWSGI 2.0.10 --- uwsgi.gemspec | 2 +- uwsgiconfig.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uwsgi.gemspec b/uwsgi.gemspec index ecb4bf02..878ec341 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-12-30' + s.date = '2015-03-17' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"] diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 5db535df..b7559a57 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1,6 +1,6 @@ # uWSGI build system -uwsgi_version = '2.0.9' +uwsgi_version = '2.0.10' import os import re