Skip to content

Commit

Permalink
Bump version to 2.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Sep 23, 2024
1 parent 64502f6 commit 697541c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = '2024-06-01'
s.date = '2024-09-23'
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.26'
uwsgi_version = '2.0.27'

import os
import re
Expand Down

0 comments on commit 697541c

Please sign in to comment.