Skip to content

Commit a689356

Browse files
author
Daniel Fett
committed
Update readme, increase version number.
1 parent f8f6720 commit a689356

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ HTML Diffing utility.
77
- Refactored for use with setup tools and adding side-by-side diffing by
88
[Brant Watson](https://github.com/induane)
99
- Converted to Python 3 by [Daniel Mulholland](https://github.com/danyill)
10+
- **Fix for parsing of style and script tags by [Daniel Fett](https://github.com/danielfett) - Version 1.1**
1011

1112
License: MIT
1213

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
setup(
44
name="htmldiff",
5-
version="1.0.0.dev7",
6-
author="Ian Bicking - https://github.com/ianb",
5+
version="1.1",
6+
author="Daniel Fett - https://github.com/danielfett",
77
description=("Utility to create html diffs"),
88
packages=find_packages('src'),
99
package_dir={"": "src"},

0 commit comments

Comments
 (0)