GmCapsule [main]

Bumped version number to 0.5.3

=> c7a9ea3452fd72ca124930fa228f47f0ff20533b

diff --git a/README.md b/README.md
index f89c90b..d02df4b 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,10 @@ v0.5.2:
 
 * Fixed error in the "rewrite" module (Codeberg PR #1).
 
+v0.5.3:
+
+* Enable address reuse on the server socket for unimpeded restarting (Codeberg PR #3).
+
 ### v0.4
 
 * Added built-in module "rewrite" that matches regular expressions against the request path and can rewrite the path or return a custom status for redirection, "Gone" messages, or other exceptional situations.
diff --git a/gmcapsule/__init__.py b/gmcapsule/__init__.py
index 154932d..795c913 100644
--- a/gmcapsule/__init__.py
+++ b/gmcapsule/__init__.py
@@ -495,7 +495,7 @@ from .gemini import Server, Cache, Context, Identity
 from .markdown import to_gemtext as markdown_to_gemtext
 
 
-__version__ = '0.5.2'
+__version__ = '0.5.3'
 __all__ = [
     'Config', 'Cache', 'Context', 'Identity',
     'get_mime_type', 'markdown_to_gemtext'
Proxy Information
Original URL
gemini://git.skyjake.fi/gmcapsule/main/cdiff/c7a9ea3452fd72ca124930fa228f47f0ff20533b
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
46.710555 milliseconds
Gemini-to-HTML Time
0.233384 milliseconds

This content has been proxied by September (ba2dc).