Skip to content

Commit 97714fd

Browse files
committed
Version 0.7.11.
1 parent ab6635c commit 97714fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

genshi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121

2222
__docformat__ = 'restructuredtext en'
23-
__version__ = '0.7.10'
23+
__version__ = '0.7.11'
2424

2525
from genshi.core import *
2626
from genshi.input import ParseError, XML, HTML

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Genshi
3-
version = 0.7.10
3+
version = 0.7.11
44
description = A toolkit for generation of output for the web
55
long_description =
66
Genshi is a Python library that provides an integrated set of

0 commit comments

Comments
 (0)