From 8f98b5b638f8096b264ddd45dc35ac8f200f3f66 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Sun, 9 Jul 2023 14:12:56 +0300
Subject: [PATCH 1/1] Bumped version number to 0.5.2
README.md | 4 ++++
gmcapsule/init.py | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6df35b8..f89c90b 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,10 @@ v0.5.1:
Identity
class is available when importing the gmcapsule
module.+v0.5.2:
+* Fixed error in the "rewrite" module (Codeberg PR #1).
diff --git a/gmcapsule/init.py b/gmcapsule/init.py
index 175d234..154932d 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.1'
+version = '0.5.2'
all = [
'Config', 'Cache', 'Context', 'Identity',
'get_mime_type', 'markdown_to_gemtext'
--
2.25.1
text/plain
This content has been proxied by September (3851b).