Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jan 24, 2017
1 parent 4b0219c commit 7fbbabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

version_info = (3, 1, 2, "dev0")
version_info = (3, 1, 2)

__version__ = '.'.join(map(str, version_info))
__license__ = __doc__
Expand Down

0 comments on commit 7fbbabe

Please sign in to comment.