Skip to content

Commit

Permalink
[maint] bump version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Nov 14, 2016
1 parent 9545b66 commit 2ed3da7
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.4.1
Date: 2016-01-04
Version: 0.5.0
Date: 2016-11-13
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.5.0-dev
=================
doctest 0.5.0 (2016-11-13)
==========================

* SKIP_IF and other conditional directives can include small single-line
blocks of code. For example:
Expand Down
2 changes: 1 addition & 1 deletion inst/doctest.m
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
[color_ok, color_err, color_warn, reset] = doctest_colors(fid);

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


summary = struct();
Expand Down

0 comments on commit 2ed3da7

Please sign in to comment.