diff --git a/DESCRIPTION b/DESCRIPTION index 7b969f2c..8f1f1cb7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: httr -Version: 1.2.0.9000 +Version: 1.2.1 Title: Tools for Working with URLs and HTTP Description: Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control diff --git a/NEWS.md b/NEWS.md index 2c93fe75..4356c062 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# httr 1.2.0.9000 +# httr 1.2.1 * Fix bug with new cache creation code: need to check that cache isn't an empty file. diff --git a/cran-comments.md b/cran-comments.md index ef319e10..c6d4d5a9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -This is a minor update to the previous submission which fixes a problem with PUT requests hanging on windows. +This is a minor update to the previous version which fixed a bug that only occurs in interactive code. ---