Bumped version to 0.6.2; updated Project Gemini URL

This commit is contained in:
Jaakko Keränen 2024-04-13 14:04:58 +03:00
parent b0f725749a
commit cf91752b5b
No known key found for this signature in database
GPG Key ID: BACCFCFB98DB2EDC
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Extensibility is achieved with Python modules that get loaded at launch
from the configured directories. A set of built-in extension modules is
provided for common functionality like CGI and for serving static files.
The supported protocols are `Gemini <https://gemini.circumlunar.space>`_ and
The supported protocols are `Gemini <https://geminiprotocol.net>`_ and
`Titan <https://transjovian.org/titan>`_. Both are accepted via the same
TCP port.
@ -502,7 +502,7 @@ from .gemini import Server, Cache, Context, Identity
from .markdown import to_gemtext as markdown_to_gemtext
__version__ = '0.6.1'
__version__ = '0.6.2'
__all__ = [
'Config', 'Cache', 'Context', 'Identity',
'get_mime_type', 'markdown_to_gemtext'