File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Metadata-Version: 1.0
2
2
Name: uWSGI
3
- Version: 2.0.23
3
+ Version: 2.0.24
4
4
Summary: The uWSGI server
5
5
Home-page: https://uwsgi-docs.readthedocs.io/en/latest/
6
6
Author: Unbit
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
s . name = 'uwsgi'
3
3
s . license = 'GPL-2'
4
4
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 '
6
6
s . summary = "uWSGI"
7
7
s . description = "The uWSGI server for Ruby/Rack"
8
8
s . authors = [ "Unbit" ]
Original file line number Diff line number Diff line change 1
1
# uWSGI build system
2
2
3
- uwsgi_version = '2.0.23 '
3
+ uwsgi_version = '2.0.24 '
4
4
5
5
import os
6
6
import re
You can’t perform that action at this time.
0 commit comments