From 0d1c793465ac331bdb43c6d56fb7c348ea94f463 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Mon, 24 Oct 2022 11:49:26 +0200 Subject: [PATCH] Bump version to 2.0.21 --- 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 8b5bbd4f2..7d9da2fff 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: uWSGI -Version: 2.0.20 +Version: 2.0.21 Summary: The uWSGI server Home-page: https://uwsgi-docs.readthedocs.io/en/latest/ Author: Unbit diff --git a/uwsgi.gemspec b/uwsgi.gemspec index ee086d5e9..a8da3d0d4 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 = '2021-10-06' + s.date = '2022-10-24' s.summary = "uWSGI" s.description = "The uWSGI server for Ruby/Rack" s.authors = ["Unbit"] diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 9b1101ee9..041f2aaf3 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1,6 +1,6 @@ # uWSGI build system -uwsgi_version = '2.0.20' +uwsgi_version = '2.0.21' import os import re