- 2.0.2 - Sep 7 2016
 * Fix for difference in python 3.2 and 3.4+
 * Fixup older pydocs

- 2.0.1 - Sep 7 2016
 * Add "Simple" class with static methods that provide simple, direct, and intuitive access to running subprocesses and getting the results/output
 * Simplify README, include more examples and less docstrings, more links to pydocs
 * Regen pydocs
  

- 1.0.0 - June 21 2016
 * Add "encoding" field to runInBackground method (and BackgroundTask classes)
 to perform automatic decoding from bytes to a str/unicode object.
 * Added test for background reads with/without encoding
 * Bumped version to 1.0.0 - It's been proven stable and production-quality
 for a while now.
 * Updated copyrights to include 2016
 * Fixup some missing tabs in docs

- 0.2.1 - December 18 2015
 * Fixup setup.py to be cleaner

- 0.2.0 - December 17 2015
 * Add runInBackground to pipes, and implement background tasks
 * Background tasks automatically collect from their streams (stdout, stderr), run in the background, and cleanup after themselves
 * Associated updates, doc updates, etc around background task
 * make subprocess2_version a string and subprocess2_version_tuple the int tuple.

- 0.1.2 - September 8 2015
 * Some doc cleanups and pypi page cleanups

0.1.1 - August 18 2015
 * Some pypi page cleanups

0.1.0 - August 18 2015
 * Initial Release
