From 35f439e2da4e1495afd67c40c12ef03bce7ce90f Mon Sep 17 00:00:00 2001 From: Stephannie Jimenez Date: Mon, 17 Aug 2020 12:57:58 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ RELEASE.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7101ec..752444d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## Version 0.4.2 (2020-08-17) + + +### Pull Requests Merged + +* [PR 237](https://github.com/spyder-ide/spyder-terminal/pull/237) - PR: Add Xonsh to list of supported terminals in Unix and Windows, by [@steff456](https://github.com/steff456) + +In this release 1 pull request was closed. + + ## Version 0.4.1 (2020/08/05) ### Issues Closed diff --git a/RELEASE.md b/RELEASE.md index d80c65d0..dc13d979 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -19,7 +19,7 @@ Follow the steps to release a new version of spyder-terminal ## Release updates * git fetch upstream && git merge upstream/master -* Close milestone on Zenhub +* Close milestone on Github * Run `check-manifest` to verify that all required files are part of the distribution.