Skip to content

Commit

Permalink
REL: set version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed May 3, 2014
1 parent 93d68cc commit f2ec91c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions doc/release/0.14.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
SciPy 0.14.0 Release Notes
==========================

.. note:: Scipy 0.14.0 is not released yet!

.. contents::

SciPy 0.14.0 is the culmination of 8 months of hard work. It contains
Expand Down
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

# Start/end of the log (from git)
LOG_START = 'v0.13.0'
LOG_END = 'v0.14.0rc2'
LOG_END = 'v0.14.0'


#-------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
MAJOR = 0
MINOR = 14
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%drc3' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit f2ec91c

Please sign in to comment.