Skip to content

Commit

Permalink
Version 0.7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Nov 18, 2020
1 parent 847472e commit f4edce8
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.4'
__version__ = '0.7.5'

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.4',
version = '0.7.5',
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 f4edce8

Please sign in to comment.