We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f6720 commit a689356Copy full SHA for a689356
README.md
@@ -7,6 +7,7 @@ HTML Diffing utility.
7
- Refactored for use with setup tools and adding side-by-side diffing by
8
[Brant Watson](https://github.com/induane)
9
- 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**
11
12
License: MIT
13
setup.py
@@ -2,8 +2,8 @@
2
3
setup(
4
name="htmldiff",
5
- version="1.0.0.dev7",
6
- author="Ian Bicking - https://github.com/ianb",
+ version="1.1",
+ author="Daniel Fett - https://github.com/danielfett",
description=("Utility to create html diffs"),
packages=find_packages('src'),
package_dir={"": "src"},
0 commit comments