From 9648a679d90a71548641617e6c3ffb3d80ef42fc Mon Sep 17 00:00:00 2001 From: Nicholas Nadeau Date: Tue, 20 Jun 2017 21:25:19 -0400 Subject: [PATCH] updated changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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