
## [0.2.5] - 2018-03-20
### Added
- Trove classifiers and Travis CI configuration for Python 3

### Fixed
- Closes file handlers after use (#25)

## [0.2.3] - 2015-11-02
### Fixed
- Python 3 compatibility which 0.2.2 broke (thanks Piotr Maliński)

## [0.2.2]
### Changed
- ElementTree now emits HTML, not XML (thanks @crimsoncow)

## [0.2.1]
### Added
- The start of a test suite, which (for now) only passes on TravisCI

### Changed
- Replace urllib calls with ones to requests

0.1.6
=====

* Removing an unneeded Django dependency (thanks Daniel Schaefer)

0.1.7
=====

* Removing a print statement that dumped a linebreak to `stdout` (thanks Halil Köklü)

0.2.0
=====

* Python 3.3 fixes (thanks Piotr Maliński)

0.2.1
=====

* Can set encoding on the inlined CSS (thanks macro1)
