From dfadf4ca2cdc25c84067e793cbec2fd840de43d3 Mon Sep 17 00:00:00 2001 From: Martin Holmer Date: Wed, 13 Mar 2019 17:45:36 -0400 Subject: [PATCH] Update RELEASES.md info --- RELEASES.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index b6d89cc..8460a05 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,6 +4,25 @@ Go [here](https://github.com/PSLmodels~/Package-Builder/pulls?q=is%3Apr+is%3Aclo for a complete commit history. +2010-03-13 Release 0.20.0 +------------------------- +(last merged pull request is +[#158](https://github.com/PSLmodels/Package-Builder/pull/158)) + +**API Changes** +- Remove `--also37` option as now packages for uploading are automatically built for both Python 3.6 and Python 3.7 + [[#158](https://github.com/PSLmodels/Package-Builder/pull/158) + by Martin Holmer] + +**New Features** +- Add `--local LOCAL` option to build package from local source code and install it on local computer + [[#158](https://github.com/PSLmodels/Package-Builder/pull/158) + by Martin Holmer with suggestion and assistance from Hank Doupe] + +**Bug Fixes** +- None + + 2018-12-19 Release 0.19.0 ------------------------- (last merged pull request is