From 5514d26525d9c39bfbbb05bea5a24f33249fe6c2 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Tue, 1 Sep 2015 11:17:05 -0500 Subject: [PATCH] Bump version to 0.1.9001 --- DESCRIPTION | 2 +- NEWS | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/DESCRIPTION b/DESCRIPTION index e1c6110..802906c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lineprof Type: Package -Version: 0.1.9000 +Version: 0.1.9001 Authors@R: person("Hadley", "Wickham", email = "hadley@rstudio.com", role = c("aut", "cre")) License: GPL-3 diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..dc2a854 --- /dev/null +++ b/NEWS @@ -0,0 +1,4 @@ +Version 0.1.9xxx +============== + +* `lineprof` now handles code that throws errors or is interrupted.