From 305b86ebd2e71e2d164d9620734de42ee961d8fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Sat, 13 Apr 2024 15:20:24 +0300
Subject: [PATCH 1/1] Bumped version to v0.7
gmcapsule/init.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gmcapsule/init.py b/gmcapsule/init.py
index 2cb5658..a777727 100644
--- a/gmcapsule/init.py
+++ b/gmcapsule/init.py
@@ -210,6 +210,10 @@ bin_root : path
with ``,titan`` (note: a comma), the entrypoint will use the Titan
protocol instead of Gemini. The ``,titan`` suffix is omitted from the URL.
index.gmi
are assumed to be directory indices, soDIR
will check for DIR/index.gmi
and usecgi.*
@@ -502,7 +506,7 @@ from .gemini import Server, Cache, Context, Identity
from .markdown import to_gemtext as markdown_to_gemtext
-version = '0.6.2'
+version = '0.7.0'
all = [
'Config', 'Cache', 'Context', 'Identity',
'get_mime_type', 'markdown_to_gemtext'
--
2.25.1
text/plain
This content has been proxied by September (3851b).