Skip to content

Commit

Permalink
Bump version to 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Oct 24, 2022
1 parent 6bf2ae5 commit 0d1c793
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.20
Version: 2.0.21
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 = '2021-10-06'
s.date = '2022-10-24'
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.20'
uwsgi_version = '2.0.21'

import os
import re
Expand Down

0 comments on commit 0d1c793

Please sign in to comment.