Skip to content

Commit 4154030

Browse files
committed
version 20241225.1
1 parent 2370156 commit 4154030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rocket3"
3-
version = "20241201.1"
3+
version = "20241225.1"
44
authors = [{ name="Massimo Di Pierro", email="[email protected]" },]
55
description = "A multi-threaded WSGI compiliant and secure web server"
66
readme = "README.md"

rocket3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def emit(self, record):
6666
log.addHandler(NullHandler())
6767

6868
# Define Constants
69-
__version__ = "20241201.1"
69+
__version__ = "20241225.1"
7070
SERVER_NAME = socket.gethostname()
7171
SERVER_SOFTWARE = "Rocket3 %s" % __version__
7272
HTTP_SERVER_SOFTWARE = "%s Python/%s" % (SERVER_SOFTWARE, sys.version.split(" ")[0])

0 commit comments

Comments
 (0)