Skip to content

Commit ab6c3eb

Browse files
committed
8.1.4
1 parent 8631547 commit ab6c3eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AdvancedHTMLParser/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
from .exceptions import InvalidCloseException, MissedCloseException, HTMLValidationException, MultipleRootNodeException
1515
from .SpecialAttributes import StyleAttribute
1616

17-
__version__ = '8.1.3'
18-
__version_tuple__ = ('8', '1', '3')
19-
__int_version_tuple__ = (8, 1, 3)
17+
__version__ = '8.1.4'
18+
__version_tuple__ = ('8', '1', '4')
19+
__int_version_tuple__ = (8, 1, 4)
2020

2121
__all__ = ( 'AdvancedHTMLParser', 'IndexedAdvancedHTMLParser', 'AdvancedHTMLFormatter', 'AdvancedTag', 'TagCollection',
2222
'ValidatingAdvancedHTMLParser', 'MissedCloseException', 'InvalidCloseException', 'HTMLValidationException', 'MultipleRootNodeException',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
long_description = summary
3939

4040
setup(name='AdvancedHTMLParser',
41-
version='8.1.3',
41+
version='8.1.4',
4242
packages=['AdvancedHTMLParser'],
4343
scripts=['formatHTML'],
4444
author='Tim Savannah',

0 commit comments

Comments
 (0)