[yt-svn] commit/yt: brittonsmith: Updating dev version numbers.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jul 24 10:12:23 PDT 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/60bd0bc6b0a9/
Changeset:   60bd0bc6b0a9
Branch:      yt
User:        brittonsmith
Date:        2015-07-24 17:11:31+00:00
Summary:     Updating dev version numbers.
Affected #:  3 files

diff -r bb79748cf68b4158ffcca0857f7d8640ccb6b8cc -r 60bd0bc6b0a9d81f1a6a741c5c709725cbc536db doc/source/conf.py
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -67,9 +67,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '3.2'
+version = '3.3'
 # The full version, including alpha/beta/rc tags.
-release = '3.2-dev'
+release = '3.3-dev'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

diff -r bb79748cf68b4158ffcca0857f7d8640ccb6b8cc -r 60bd0bc6b0a9d81f1a6a741c5c709725cbc536db setup.py
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@
 # End snippet
 ######
 
-VERSION = "3.2dev"
+VERSION = "3.3-dev"
 
 if os.path.exists('MANIFEST'):
     os.remove('MANIFEST')

diff -r bb79748cf68b4158ffcca0857f7d8640ccb6b8cc -r 60bd0bc6b0a9d81f1a6a741c5c709725cbc536db yt/__init__.py
--- a/yt/__init__.py
+++ b/yt/__init__.py
@@ -72,7 +72,7 @@
 # The full license is in the file COPYING.txt, distributed with this software.
 #-----------------------------------------------------------------------------
 
-__version__ = "3.2-dev"
+__version__ = "3.3-dev"
 
 # First module imports
 import numpy as np # For modern purposes

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