Skip to content

Commit 90af12d

Browse files
committed
Version bump for release
1 parent 57edfe6 commit 90af12d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: doctest
2-
Version: 0.6.1+
3-
Date: 2018-01-04
2+
Version: 0.7.0
3+
Date: 2018-03-23
44
Author: various authors
55
Maintainer: Colin B. Macdonald <[email protected]>, Michael Walter <[email protected]>
66
Title: Documentation tests

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
doctest 0.6.1+
2-
==============
1+
doctest 0.7.0 (2019-03-23)
2+
==========================
33

44
* Functions within compiled `.oct` files can now be tested.
55

inst/doctest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
[color_ok, color_err, color_warn, reset] = doctest_colors(fid);
315315

316316
if (verbose)
317-
fprintf(fid, 'Doctest v0.6.1+: this is Free Software without warranty, see source.\n\n');
317+
fprintf(fid, 'Doctest v0.7.0: this is Free Software without warranty, see source.\n\n');
318318
end
319319

320320
summary = struct();

0 commit comments

Comments
 (0)