diff --git a/RELEASES.md b/RELEASES.md index 8652c81..b330ce2 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,6 +4,23 @@ Go [here](https://github.com/PSLmodels~/Package-Builder/pulls?q=is%3Apr+is%3Aclo for a complete commit history. +2018-12-15 Release 0.14.0 +------------------------- +(last merged pull request is +[#146](https://github.com/PSLmodels/Package-Builder/pull/146)) + +**API Changes** +- None + +**New Features** +- Add `anaconda-client` as a required dependency of Package-Builder + [[#146](https://github.com/PSLmodels/Package-Builder/pull/146) + by Martin Holmer with need pointed out by Hank Doupe] + +**Bug Fixes** +- None + + 2018-12-14 Release 0.13.0 ------------------------- (last merged pull request is diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 6d6256a..9af3a82 100755 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -11,11 +11,13 @@ requirements: - python - "conda>=4.5" - "conda-build>=3.5" + - anaconda-client run: - python - "conda>=4.5" - "conda-build>=3.5" + - anaconda-client about: home: https://github.com/PSLmodels/Package-Builder diff --git a/environment.yml b/environment.yml index 084ec73..a0d4385 100644 --- a/environment.yml +++ b/environment.yml @@ -3,6 +3,7 @@ dependencies: - python - "conda>=4.5" - "conda-build>=3.5" +- anaconda-client - pytest - pytest-pep8 - pytest-xdist