Skip to content

Commit 37bc47c

Browse files
committed
uWSGI 2.0.11.1
1 parent 35701f6 commit 37bc47c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uwsgi.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22
s.name = 'uwsgi'
33
s.license = 'GPL-2'
44
s.version = `python -c "import uwsgiconfig as uc; print uc.uwsgi_version"`.sub(/-dev-.*/,'')
5-
s.date = '2015-07-01'
5+
s.date = '2015-07-19'
66
s.summary = "uWSGI"
77
s.description = "The uWSGI server for Ruby/Rack"
88
s.authors = ["Unbit"]

uwsgiconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# uWSGI build system
22

3-
uwsgi_version = '2.0.11'
3+
uwsgi_version = '2.0.11.1'
44

55
import os
66
import re

0 commit comments

Comments
 (0)