From 0dad9ea08bcb11c75db0ddbe4fabaf8ca921ea35 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Fri, 14 Jun 2024 06:39:51 +0200 Subject: [PATCH] Version 0.7.8. --- genshi/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/genshi/__init__.py b/genshi/__init__.py index e41fa40..50828d4 100644 --- a/genshi/__init__.py +++ b/genshi/__init__.py @@ -20,7 +20,7 @@ """ __docformat__ = 'restructuredtext en' -__version__ = '0.7.7' +__version__ = '0.7.8' from genshi.core import * from genshi.input import ParseError, XML, HTML diff --git a/setup.cfg b/setup.cfg index 13848d8..adb558c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Genshi -version = 0.7.7 +version = 0.7.8 description = A toolkit for generation of output for the web long_description = Genshi is a Python library that provides an integrated set of