From 578dfcab74e976227be44fa94980ab3abe4cbbc5 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Sat, 1 Jun 2024 20:40:38 +0200 Subject: [PATCH] Bump version to 2.0.26 --- 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 741e17905..e6a63b939 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: uWSGI -Version: 2.0.25.1 +Version: 2.0.26 Summary: The uWSGI server Home-page: https://uwsgi-docs.readthedocs.io/en/latest/ Author: Unbit diff --git a/uwsgi.gemspec b/uwsgi.gemspec index 34cc7b2d8..3edd616ba 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-04-15' + s.date = '2024-06-01' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"] diff --git a/uwsgiconfig.py b/uwsgiconfig.py index ab63a7e58..e19f75db6 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1,6 +1,6 @@ # uWSGI build system -uwsgi_version = '2.0.25.1' +uwsgi_version = '2.0.26' import os import re