diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bea0a47..4ac52cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ -## 0.3.2 +## [0.3.2] - 2017-06-20 +### CI +- Added `clean_readme.py` for `pandoc` filtering to strip and convert `README.md` to a simpler `README.rst` for PyPI +- Branches are now deployed to [Test PyPI](https://testpypi.python.org/pypi/pybotics/) upon successful build +- `pandocfilters` added to `ci-requirements.txt` +- `update_version.py` now uses Travis CI environment variables to help differentiate between tag and branch builds in order to upload unique versions (conforming to PEP440) to Test PyPI + ### Misc - Changed relative URL of logo in `README` to absolute link +- Added `Development` section ## 0.3.1 ### Misc