From 0d4172a271fcf1f576e83c5a43749faa70a12e34 Mon Sep 17 00:00:00 2001 From: Unbit Date: Mon, 30 Dec 2013 09:44:59 +0100 Subject: [PATCH] prepare for 2.0 --- uwsgi.gemspec | 2 +- uwsgiconfig.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uwsgi.gemspec b/uwsgi.gemspec index 12fa65f3..cab3d2a2 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-12-11' + s.date = '2013-12-30' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"] diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 42431ddd..5ba93c1c 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1,6 +1,6 @@ # uWSGI build system -uwsgi_version = '2.0-rc1' +uwsgi_version = '2.0' import os import re