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 Dec 26, 2017
1 parent eee8519 commit 67b196b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Name: doctest
Version: 0.5.0
Date: 2016-11-13
Version: 0.6.0
Date: 2017-12-25
Author: various authors
Maintainer: Colin B. Macdonald <cbm@m.fsf.org>, Michael Walter <michael.walter@gmail.com>
Title: Documentation tests
Expand Down
6 changes: 3 additions & 3 deletions NEWS
@@ -1,9 +1,9 @@
doctest 0.6.0-dev
=================
doctest 0.6.0 (2017-12-25)
==========================

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

* Fix for running on Octave development versions (upcoming 4.4.0).
* Fixes for running on Octave development versions (upcoming 4.4.0).

* Minimum supported Octave version is now 4.2.0. The package no longer
has any compiled code and does not include an "evalc" implementation.
Expand Down
2 changes: 1 addition & 1 deletion inst/doctest.m
Expand Up @@ -273,7 +273,7 @@
[color_ok, color_err, color_warn, reset] = doctest_colors(fid);

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


summary = struct();
Expand Down

0 comments on commit 67b196b

Please sign in to comment.