[yt-svn] commit/yt: ngoldbaum: Merged in xarthisius/yt (pull request #1671)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Aug 6 09:05:56 PDT 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/803700f0f408/
Changeset:   803700f0f408
Branch:      yt
User:        ngoldbaum
Date:        2015-08-06 16:05:45+00:00
Summary:     Merged in xarthisius/yt (pull request #1671)

Convert VERSION in accordanve with PEP-0440
Affected #:  3 files

diff -r 5157b9fc61144f54817ec418fdfba9e484c842a7 -r 803700f0f40882d5e291ce779e283fcfee509f22 doc/source/reference/command-line.rst
--- a/doc/source/reference/command-line.rst
+++ b/doc/source/reference/command-line.rst
@@ -42,9 +42,9 @@
 ~~~~~~~~~~~~~~~~~~~~~~
 
 The :code:`yt` command-line tool allows you to access some of yt's basic
-funcionality without opening a python interpreter.  The tools is a collection of
+functionality without opening a python interpreter.  The tools is a collection of
 subcommands.  These can quickly making plots of slices and projections through a
-dataset, updating yt's codebase, print basic statistics about a dataset, laucnh
+dataset, updating yt's codebase, print basic statistics about a dataset, launch
 an IPython notebook session, and more.  To get a quick list of what is
 available, just type:
 

diff -r 5157b9fc61144f54817ec418fdfba9e484c842a7 -r 803700f0f40882d5e291ce779e283fcfee509f22 doc/source/reference/python_introduction.rst
--- a/doc/source/reference/python_introduction.rst
+++ b/doc/source/reference/python_introduction.rst
@@ -34,7 +34,7 @@
 called on it.  ``dir()`` will return the available commands and objects that
 can be directly called, and ``dir(something)`` will return information about
 all the commands that ``something`` provides.  This probably sounds a bit
-opaque, but it will become clearer with time -- it's also probably heldsul to
+opaque, but it will become clearer with time -- it's also probably helpful to
 call ``help`` on any or all of the objects we create during this orientation.
 
 To start up Python, at your prompt simply type:

diff -r 5157b9fc61144f54817ec418fdfba9e484c842a7 -r 803700f0f40882d5e291ce779e283fcfee509f22 setup.py
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@
 # End snippet
 ######
 
-VERSION = "3.3-dev"
+VERSION = "3.3.dev0"
 
 if os.path.exists('MANIFEST'):
     os.remove('MANIFEST')

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