[Yt-svn] yt-commit r840 - in tags/yt-1.0.1: . doc doc/source tests yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Sat Oct 25 09:24:27 PDT 2008


Author: mturk
Date: Sat Oct 25 09:24:26 2008
New Revision: 840
URL: http://yt.spacepope.org/changeset/840

Log:
Releasing 1.0.1, with bug fixes from the 1.0 branch.



Added:
   tags/yt-1.0.1/
      - copied from r837, /branches/yt-1.0/
   tags/yt-1.0.1/tests/test_lagos.py
      - copied unchanged from r839, /branches/yt-1.0/tests/test_lagos.py
   tags/yt-1.0.1/yt/lagos/DerivedFields.py
      - copied unchanged from r839, /branches/yt-1.0/yt/lagos/DerivedFields.py
Modified:
   tags/yt-1.0.1/doc/docs_html.zip
   tags/yt-1.0.1/doc/source/conf.py
   tags/yt-1.0.1/setup.cfg
   tags/yt-1.0.1/setup.py

Modified: tags/yt-1.0.1/doc/docs_html.zip
==============================================================================
Binary files. No diff available.

Modified: tags/yt-1.0.1/doc/source/conf.py
==============================================================================
--- /branches/yt-1.0/doc/source/conf.py	(original)
+++ tags/yt-1.0.1/doc/source/conf.py	Sat Oct 25 09:24:26 2008
@@ -45,9 +45,9 @@
 # other places throughout the built documents.
 #
 # The short X.Y version.
-version = '1.0'
+version = '1.0.1'
 # The full version, including alpha/beta/rc tags.
-release = '1.0'
+release = '1.0.1'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used:

Modified: tags/yt-1.0.1/setup.cfg
==============================================================================
--- /branches/yt-1.0/setup.cfg	(original)
+++ tags/yt-1.0.1/setup.cfg	Sat Oct 25 09:24:26 2008
@@ -1,3 +1,3 @@
 [egg_info]
-tag_build = .dev
-tag_svn_revision = 1
+tag_build = 
+tag_svn_revision = 0

Modified: tags/yt-1.0.1/setup.py
==============================================================================
--- /branches/yt-1.0/setup.py	(original)
+++ tags/yt-1.0.1/setup.py	Sat Oct 25 09:24:26 2008
@@ -10,7 +10,7 @@
 APP = ['reason.py']
 DATA_FILES = []
 PY2APP_OPTIONS = {'argv_emulation': True}
-VERSION = "1.0dev"
+VERSION = "1.0.1"
 
 if os.path.exists('MANIFEST'): os.remove('MANIFEST')
 



More information about the yt-svn mailing list