Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Mar 23, 2019
1 parent 57edfe6 commit 90af12d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: doctest
Version: 0.6.1+
Date: 2018-01-04
Version: 0.7.0
Date: 2018-03-23
Author: various authors
Maintainer: Colin B. Macdonald <[email protected]>, Michael Walter <[email protected]>
Title: Documentation tests
Expand Down
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
doctest 0.6.1+
==============
doctest 0.7.0 (2019-03-23)
==========================

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

Expand Down
2 changes: 1 addition & 1 deletion inst/doctest.m
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
[color_ok, color_err, color_warn, reset] = doctest_colors(fid);

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

summary = struct();
Expand Down

0 comments on commit 90af12d

Please sign in to comment.