Skip to content

Commit

Permalink
Bump version to 2.0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Apr 15, 2024
1 parent 60b06f2 commit f8c308e
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.25
Version: 2.0.25.1
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 = '2024-04-13'
s.date = '2024-04-15'
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.25'
uwsgi_version = '2.0.25.1'

import os
import re
Expand Down

0 comments on commit f8c308e

Please sign in to comment.