Skip to content

Commit

Permalink
Version 0.7.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Apr 21, 2022
1 parent 58c6a90 commit 12954b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genshi/__init__.py
Expand Up @@ -20,7 +20,7 @@
"""

__docformat__ = 'restructuredtext en'
__version__ = '0.7.6'
__version__ = '0.7.7'

from genshi.core import *
from genshi.input import ParseError, XML, HTML
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = Genshi
version = 0.7.6
version = 0.7.7
description = A toolkit for generation of output for the web
long_description =
Genshi is a Python library that provides an integrated set of
Expand Down

0 comments on commit 12954b8

Please sign in to comment.