1 parent cafa906 commit d461b0cCopy full SHA for d461b0c
2 files changed
uwsgi.gemspec
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
s.name = 'uwsgi'
3
s.license = 'GPL-2'
4
s.version = `python -c "import uwsgiconfig as uc; print uc.uwsgi_version"`.sub(/-dev-.*/,'')
5
- s.date = '2016-10-03'
+ s.date = '2017-03-30'
6
s.summary = "uWSGI"
7
s.description = "The uWSGI server for Ruby/Rack"
8
s.authors = ["Unbit"]
uwsgiconfig.py
@@ -1,6 +1,6 @@
1
# uWSGI build system
-uwsgi_version = '2.0.14'
+uwsgi_version = '2.0.15'
import os
import re
0 commit comments