Skip to content

Commit

Permalink
Upate to release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mankyd committed Apr 25, 2015
1 parent ecf4403 commit 6ce00d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.1.6
=====
* Always quote attributes that end in "/". (Thanks nvie)
* Use StringIO to speed up string building. (Thanks nvie)
* Typo fixes in documentation. (Thanks aabrahamowicz and Namibnat)
* Keep Microsoft's conditional comments. (Thanks mreinhardt)
* Properly handle empty comments. (Thanks Epsirom)
2 changes: 1 addition & 1 deletion htmlmin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@

from .main import minify, Minifier

__version__ = '0.1.5'
__version__ = '0.1.6'

0 comments on commit 6ce00d8

Please sign in to comment.