Skip to content

Commit

Permalink
Update version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Oct 17, 2012
1 parent 8f81992 commit bc35cf9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/isympy
Expand Up @@ -197,7 +197,7 @@ def main():
usage = 'usage: isympy [options] -- [ipython options]'
parser = OptionParser(
usage=usage,
version='0.7.2.rc1',
version='0.7.2',
# XXX: We need a more centralized place to store the version.
# It is currently stored in sympy.__version__, but we can't yet
# import sympy at this point.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/conf.py
Expand Up @@ -42,7 +42,7 @@
# The short X.Y version.
version = '0.7.2'
# The full version, including alpha/beta/rc tags.
release = '0.7.2.rc1'
release = '0.7.2'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Expand Up @@ -49,7 +49,7 @@
# The short X.Y version.
version = '0.7.2'
# The full version, including alpha/beta/rc tags.
release = '0.7.2.rc1'
release = '0.7.2'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion sympy/__init__.py
Expand Up @@ -9,7 +9,7 @@
http://code.google.com/p/sympy/"""

__version__ = "0.7.2.rc1"
__version__ = "0.7.2"

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

0 comments on commit bc35cf9

Please sign in to comment.