Skip to content

Commit 5faf46f

Browse files
committed
bump for release
1 parent 30d662c commit 5faf46f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: symbolic
2-
Version: 3.1.0
3-
Date: 2022-03-19
2+
Version: 3.1.1
3+
Date: 2023-03-19
44
Author: Colin B. Macdonald <[email protected]>
55
Maintainer: Colin B. Macdonald <[email protected]>
66
Title: Octave Symbolic Package using SymPy

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
octsympy 3.1.0 (2023-03-19)
1+
octsympy 3.1.1 (2023-03-19)
22
===========================
33

44
* New symbolic commands:

inst/sympref.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
%% @example
175175
%% @group
176176
%% sympref version
177-
%% @result{} 3.1.0
177+
%% @result{} 3.1.1
178178
%% @end group
179179
%% @end example
180180
%%
@@ -217,7 +217,7 @@
217217

218218
case 'version'
219219
assert (nargin == 1)
220-
varargout{1} = '3.1.0';
220+
varargout{1} = '3.1.1';
221221

222222
case 'display'
223223
if (nargin == 1)

0 commit comments

Comments
 (0)