From b75b5d20342400a1e27d8d2dff5914c7ac8b9998 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Sat, 26 Oct 2024 11:52:03 +0200 Subject: [PATCH] Bump release to 2.0.28 --- PKG-INFO | 2 +- uwsgi.gemspec | 2 +- uwsgiconfig.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 557dc6438..a0f7561f4 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: uWSGI -Version: 2.0.27 +Version: 2.0.28 Summary: The uWSGI server Home-page: https://uwsgi-docs.readthedocs.io/en/latest/ Author: Unbit diff --git a/uwsgi.gemspec b/uwsgi.gemspec index 1f7de23a0..3fc0230ea 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 = '2024-09-23' + s.date = '2024-10-26' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"] diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 4642da0b2..6ba8fbc09 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1,6 +1,6 @@ # uWSGI build system -uwsgi_version = '2.0.27' +uwsgi_version = '2.0.28' import os import re