Skip to content

Commit 69497f8

Browse files
committed
version bumps for release
1 parent 5b86e07 commit 69497f8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: symbolic
2-
Version: 2.4.0
3-
Date: 2016-05-24
2+
Version: 2.5.0
3+
Date: 2017-02-01
44
Author: Colin B. Macdonald <[email protected]>
55
Maintainer: Colin B. Macdonald <[email protected]>
66
Title: Octave Symbolic Package using SymPy

NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
octsympy 2.5.0-dev
2-
==================
1+
octsympy 2.5.0 (2017-02-01)
2+
===========================
33

44
* New symbolic commands:
55

inst/sympref.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
%% @example
164164
%% @group
165165
%% sympref version
166-
%% @result{} 2.5.0-dev
166+
%% @result{} 2.5.0
167167
%% @end group
168168
%% @end example
169169
%%
@@ -206,7 +206,7 @@
206206

207207
case 'version'
208208
assert (nargin == 1)
209-
varargout{1} = '2.5.0-dev';
209+
varargout{1} = '2.5.0';
210210

211211
case 'display'
212212
if (nargin == 1)

util/make_windows_package.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ SYMPY=sympy-1.0
99
MPMATH=mpmath-0.19
1010

1111
# for day-to-day testing
12-
VER=2.5.0-dev
12+
#VER=2.5.0-dev
1313
# for release
14-
#VER=2.5.0
15-
#TAG=v${VER}
14+
VER=2.5.0
15+
TAG=v${VER}
1616

1717

1818
###################################

0 commit comments

Comments
 (0)