Skip to content

Commit

Permalink
Bump version to 2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Nov 1, 2023
1 parent 8b83d55 commit fb74312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: uWSGI
Version: 2.0.22
Version: 2.0.23
Summary: The uWSGI server
Home-page: https://uwsgi-docs.readthedocs.io/en/latest/
Author: Unbit
Expand Down
2 changes: 1 addition & 1 deletion uwsgi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '2023-07-27'
s.date = '2023-11-01'
s.summary = "uWSGI"
s.description = "The uWSGI server for Ruby/Rack"
s.authors = ["Unbit"]
Expand Down
2 changes: 1 addition & 1 deletion uwsgiconfig.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# uWSGI build system

uwsgi_version = '2.0.22'
uwsgi_version = '2.0.23'

import os
import re
Expand Down

0 comments on commit fb74312

Please sign in to comment.