Bumped version to v0.7

This commit is contained in:
Jaakko Keränen 2024-04-13 15:20:24 +03:00
parent 8ff7ab3d17
commit 305b86ebd2
No known key found for this signature in database
GPG Key ID: BACCFCFB98DB2EDC
1 changed files with 5 additions and 1 deletions

View File

@ -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.
Executable files named `index.gmi` are assumed to be directory indices, so
a request for the directory `DIR` will check for `DIR/index.gmi` and use
it for generating the index page.
cgi.*
-----
@ -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'