[yt-svn] commit/yt: ngoldbaum: Fixing the version string. Closes #680.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Oct 21 12:28:22 PDT 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/e116431b3690/
Changeset:   e116431b3690
Branch:      stable
User:        ngoldbaum
Date:        2013-10-21 21:27:57
Summary:     Fixing the version string.  Closes #680.
Affected #:  1 file

diff -r b1f59cce50637b74a31f1fc6f4a5493b1620d4cd -r e116431b36908844a23b7b3a9b9281966de9a6af yt/__init__.py
--- a/yt/__init__.py
+++ b/yt/__init__.py
@@ -82,7 +82,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 """
 
-__version__ = "2.5-dev"
+__version__ = "2.5.5"
 
 def run_nose(verbose=False, run_answer_tests=False, answer_big_data=False):
     import nose, os, sys

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list