Skip to content

Commit 67b196b

Browse files
committed
Version bump for release
1 parent eee8519 commit 67b196b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.5.0
3-
Date: 2016-11-13
2+
Version: 0.6.0
3+
Date: 2017-12-25
44
Author: various authors
55
Maintainer: Colin B. Macdonald <[email protected]>, Michael Walter <[email protected]>
66
Title: Documentation tests

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
doctest 0.6.0-dev
2-
=================
1+
doctest 0.6.0 (2017-12-25)
2+
==========================
33

44
* Tests can now call "clear" and "clear all".
55

6-
* Fix for running on Octave development versions (upcoming 4.4.0).
6+
* Fixes for running on Octave development versions (upcoming 4.4.0).
77

88
* Minimum supported Octave version is now 4.2.0. The package no longer
99
has any compiled code and does not include an "evalc" implementation.

inst/doctest.m

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

275275
% print banner
276-
fprintf(fid, 'Doctest v0.6.0-dev: this is Free Software without warranty, see source.\n\n');
276+
fprintf(fid, 'Doctest v0.6.0: this is Free Software without warranty, see source.\n\n');
277277

278278

279279
summary = struct();

0 commit comments

Comments
 (0)