Skip to content

Commit 3a28185

Browse files
committed
Bump version to 2.0.24
1 parent 239ea68 commit 3a28185

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.0
22
Name: uWSGI
3-
Version: 2.0.23
3+
Version: 2.0.24
44
Summary: The uWSGI server
55
Home-page: https://uwsgi-docs.readthedocs.io/en/latest/
66
Author: Unbit

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 = '2023-11-01'
5+
s.date = '2024-02-08'
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.23'
3+
uwsgi_version = '2.0.24'
44

55
import os
66
import re

0 commit comments

Comments
 (0)