Skip to content

Commit bc35cf9

Browse files
committed
Update version to 0.7.2
1 parent 8f81992 commit bc35cf9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bin/isympy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def main():
197197
usage = 'usage: isympy [options] -- [ipython options]'
198198
parser = OptionParser(
199199
usage=usage,
200-
version='0.7.2.rc1',
200+
version='0.7.2',
201201
# XXX: We need a more centralized place to store the version.
202202
# It is currently stored in sympy.__version__, but we can't yet
203203
# import sympy at this point.

doc/api/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# The short X.Y version.
4343
version = '0.7.2'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '0.7.2.rc1'
45+
release = '0.7.2'
4646

4747
# There are two options for replacing |today|: either, you set today to some
4848
# non-false value, then it is used:

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# The short X.Y version.
5050
version = '0.7.2'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '0.7.2.rc1'
52+
release = '0.7.2'
5353

5454
# There are two options for replacing |today|: either, you set today to some
5555
# non-false value, then it is used:

sympy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
http://code.google.com/p/sympy/"""
1111

12-
__version__ = "0.7.2.rc1"
12+
__version__ = "0.7.2"
1313

1414
# Try to determine if 2to3 has been run. To do this, we look at long.__name__.
1515
# If 2to3 has been run, it should convert long to int.

0 commit comments

Comments
 (0)