Skip to content

Commit d461b0c

Browse files
committed
2.0.15
1 parent cafa906 commit d461b0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎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 = '2016-10-03'
5+
s.date = '2017-03-30'
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.14'
3+
uwsgi_version = '2.0.15'
44

55
import os
66
import re

0 commit comments

Comments
 (0)