From a40c35ffbb30baba4491ee118664564b4fcb3f28 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Thu, 7 Feb 2019 10:31:21 -0500 Subject: [PATCH 1/2] bump to version 1.2.1 --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 26aaba0e..6085e946 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.0 +1.2.1 From b1e7483cc8d40bb6e411e8d6a6da0522f8f66eb7 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Thu, 7 Feb 2019 10:37:07 -0500 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e4e648..5dd2d0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 +- pip is now invoked with `python -m pip` instead of looking for the pip executable +- Always use `pip freeze` instead of pulling in requirements.txt. + # v1.2.0 - Renamed plugin from `rsconnect` to `rsconnect_jupyter` - Publish notebooks with source allowing them to be rendered on RStudio Connect.