Skip to content

Commit

Permalink
Version 0.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Nov 3, 2020
1 parent baee65d commit 5d93d39
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

__docformat__ = 'restructuredtext en'
__version__ = '0.7.3'
__version__ = '0.7.4'

from genshi.core import *
from genshi.input import ParseError, XML, HTML
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def zip_safe(self):

setup(
name = 'Genshi',
version = '0.7.3',
version = '0.7.4',
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 5d93d39

Please sign in to comment.